PyTorch elastic training
github.com
PyTorch elastic training
1–10 of 11 posts
Re: PyTorch elastic training
#2Re: PyTorch elastic training
#3Re: PyTorch elastic training
#4Would it have been hard to enhance Dask and leverage that ? For example there is a huge conversation and lots of work that has happened in Dask to specifically support Pytorch - https://github.com/dask/distributed/issues/2581
Dask has support for AWS ECS, Kubernetes, GKE, EMR, etc built in - https://docs.dask.org/en/latest/setup/cloud.html
Re: PyTorch elastic training
#5For a modeling-focused project, one will still probably do better with a multi-gpu machine versus elastic complexity.
https://medium.com/plumbersofdatascience/whats-new-in-spark-...
Re: PyTorch elastic training
#6Re: PyTorch elastic training
#7I have a more meta question related to Python, and only remotely related to this post. With the huge use case of machine learning and deep learning that Python is loved for; I am wondering if other traditional use cases that Python was used for could suffer. What about future developments for the language itself, is ML big enough to influence the direction and priorities of the language? This is far fetched but, if a…
Luckily everyone seem to treat python as a first class citizen, so it integrates perfectly with our Microsoft heavy tech stack.
Re: PyTorch elastic training
#8I have a more meta question related to Python, and only remotely related to this post. With the huge use case of machine learning and deep learning that Python is loved for; I am wondering if other traditional use cases that Python was used for could suffer. What about future developments for the language itself, is ML big enough to influence the direction and priorities of the language? This is far fetched but, if a…
Re: PyTorch elastic training
#9I have a more meta question related to Python, and only remotely related to this post. With the huge use case of machine learning and deep learning that Python is loved for; I am wondering if other traditional use cases that Python was used for could suffer. What about future developments for the language itself, is ML big enough to influence the direction and priorities of the language? This is far fetched but, if a…
Other traditional use cases for Python haven't been affected by the popularity of ML so much as the shift towards static typing in corporate settings and competition from new convenience-oriented languages like Go and Elixir, as well as the growth of the Javascript ecosystem. My first real job involved porting an app from Python to Go.