You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I think this should already work since multi_gpu_model has to be used when defining the model. Models are defined in a separate script called model_zoo.py. You can modify this the model_zoo and include your own model which uses multi_gpu_model. I recorded a tutorial video showing how to add models to the model zoo (Tutorial 4): https://figshare.com/articles/Krater_et_al_2020_Data_zip/9902636
I hope this helps!
Would be good to have the option to train networks using multiple GPUs as a possibility:
https://www.tensorflow.org/api_docs/python/tf/keras/utils/multi_gpu_model
or newest:
https://www.tensorflow.org/api_docs/python/tf/distribute/MirroredStrategy
With the different distribution strategies.
Thank you for your great job.
The text was updated successfully, but these errors were encountered: