- 1870 Views
- 0 replies
- 0 kudos
We have used the following example to successfully create a distributed deep learning training notebook https://www.databricks.com/blog/2022/09/07/accelerating-your-deep-learning-pytorch-lightning-databricks.html that works as expected.We now want to...
- 1870 Views
- 0 replies
- 0 kudos
- 1232 Views
- 1 replies
- 0 kudos
There are in principle four distinct ways of using parallelisation when doing machine learning. Any combination of these can speed up the whole pipeline significantly.1) Using spark distributed processing in feature engineering 2) When the data set...
- 1232 Views
- 1 replies
- 0 kudos
Latest Reply
Good summary! yes those are the main strategies I can think of.
- 823 Views
- 1 replies
- 0 kudos
When can Horovod be used for an ML problem?
- 823 Views
- 1 replies
- 0 kudos
Latest Reply
Only when you have a gradient-descent problem. Pytorch and Tensorflow are the only candidate frameworks to use here. When using Horovod, start with single node, multi-GPU and measure training performance. If this is not sufficient, look at a multi-no...