The State of Machine Learning Frameworks
31–40 of 201 posts
Re: The State of Machine Learning Frameworks
#32...because in research, the person doing the programming gets to choose, whereas in industry, their boss does. (ducks)
Re: The State of Machine Learning Frameworks
#33We use Pytorch extensively in our startup. We tackle a lot of new research problems as consultants/partners to help develop products or devise new algorithms/models to solve tasks for our customers. We have never regretted our choice to pick Pytorch. I found the article pretty spot on when comparing Tensorflow and Pytorch. The things that have appealed to me about Pytorch are: 1. Extremely easy to debug and work with…
Re: The State of Machine Learning Frameworks
#34Re: The State of Machine Learning Frameworks
#35pytorch bug tracker: https://github.com/pytorch/pytorch/issues/755
Re: The State of Machine Learning Frameworks
#36If I were to start a theoretical computer vision company today, which would I be better off using?
Once your model is running, and if/when you start hitting performance bottlenecks, then you consider migrating your model to TensorFlow.
Re: The State of Machine Learning Frameworks
#37Earlier quoted context omitted.
And simply TensorFlow was there earlier, so people implemented stuff in it. I think there's more inertia in industry, whereas researchers may more easily switch frameworks between two papers.
And Keras was there too which made a lot of people us Keras with TF. I doubt if TF would have risen to this popularity hadn't it been to Keras.
Re: The State of Machine Learning Frameworks
#38If I were to start a theoretical computer vision company today, which would I be better off using?
My very biased opinion: you start with PyTorch because it's easy to develop and debug, and there's no point in having the fastest tools for a model that you can't train properly. Once your model is running, and if/when you start hitting performance bottlenecks, then you consider migrating your model to TensorFlow.
Re: The State of Machine Learning Frameworks
#39It's only a matter of time until PyTorch will also dominate industry. It's always like this. Think how Ubuntu took over the server market because amateurs were preferring it instead of Redhat/CentOS. And when they became professionals or were in a position to decide, they also put Ubuntu on the server because this is what they knew best.
When did Ubuntu take over the server market?
Re: The State of Machine Learning Frameworks
#40It's only a matter of time until PyTorch will also dominate industry. It's always like this. Think how Ubuntu took over the server market because amateurs were preferring it instead of Redhat/CentOS. And when they became professionals or were in a position to decide, they also put Ubuntu on the server because this is what they knew best.
I'm not sure that's a great example, given that AWS mostly runs on RHEL-based OSs and Debian is still preferred for Docker. Ubuntu did not "take over the server market".
Debian is popular for Docker images exactly because many of the people trying Docker were already familiar with Ubuntu. Those users quickly ended up wanting smaller images, making Debian an obvious thing to try out since Ubuntu is basically Debian with bells on.
Ubuntu fought a sea of distros and came out as what's very nearly an industry standard, if not an official one. The 90s were a fricking mess by comparison. Slackware on floppies.
(And now I need "Slackware on floppies" dubbed over the "Jesus wept" scene from Hellraiser.)