Replies: 1 comment 2 replies
-
@haifeng-jin and @qingquansong, I saw that your "Automated Machine Learning in Action" MEAP book with Manning (link) a section on multi-GPU and a Jupyter notebook example (link). Would one of you please comment regarding support for parallelization on multi-nodes? It would be nice addition to the scaling section in your book too. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@haifeng-jin and others, I read that multiple GPUs are supported via distributed_strategy using MirroredStrategy, but what about multiple node support, i.e., using MultiWorkerMirroredStrategy or something similar? https://www.tensorflow.org/guide/distributed_training
Beta Was this translation helpful? Give feedback.
All reactions