Pytorch in 2019

Marton Trencseni - Thu 12 December 2019 - Machine Learning

2019 was another big year for Pytorch, one of the most popular Deep Learning libraries out there. Pytorch has become the de facto deep learning library used for research thanks to it’s dynamic graph model which allows fast model experimentation. It’s also become production ready, with support for mobile and infrastructure tooling such as Tensorboard. Google Trends shows a slight increasing trend as measured by searches for Pytorch in 2019, although Pytorch is still behind Tensorflow and Keras in overall popularity:

Pytorch Google Trends 2019

Pytorch version 1.0 was released in late December, 2018. Since then, we’ve seen numerous minor releases, and it’s already up to version 1.3.1. Significant new features include:

  • Tensorboard support: visualization and tooling needed for ML experimentation, for example tracking metrics such as loss and accuracy.
  • Mobile support: run any TorchScript model directly on Android/iOS, without conversion.
  • Extended ONNX support: ONNX is an open format to represent deep learning models. With ONNX, AI developers can more easily move models between state-of-the-art tools and choose the combination that is best for them.
  • and 100s of other improvements...

A number of Pytorch books came out in 2019 to help programmers and data scientists get started. There is Programming PyTorch for Deep Learning by Ian Pointer, and Natural Language Processing with PyTorch by Delip Rao, both published by O’Reilly. Coming out soon is Deep Learning with PyTorch by Eli Stevens (Manning).

Thanks to the community, milestone Deep Learning results have implementations in Pytorch:

In 2019 there was another Pytorch developer conference in San Francisco, where Tesla’s Andrej Karpathy shared how the automaker uses Pytorch to power their deep learning based self-driving architecture that relies solely on cameras.

In Europe, the best place to learn about Pytorch in 2019 was at the Reinforce Conference in Budapest! We had Stefan Otte doing a great tutorial style presentation, voted one of the best talks of the conference. Reinforce is returning in 2020, as is Stefan Otte, speaking about Pytorch once again. Join us April 6-7 for the conference days, and optionally April 8 for workshops, in Budapest again!

Reinforce