Major Tech Firms Unite to Support PyTorch 1.0 Release

Facebook unveils PyTorch 1.0 with backing from cloud giants and hardware makers to streamline the path from AI research to production.

Facebook announces PyTorch 1.0 at its first-ever PyTorch Developer Conference, bringing together a massive ecosystem of software, hardware, and education partners. This major update combines the flexible, user-friendly PyTorch framework with the production-ready capabilities of Caffe2. By merging these tools, Facebook eliminates the need for developers to juggle incompatible frameworks when moving AI models from the research phase to real-world deployment.

The new release introduces a hybrid front end that easily transitions models from eager mode to graph mode, bridging the gap between exploration and production. It also features a revamped torch.distributed library for faster training across Python and C++ environments and a beta C++ interface for performance-critical research. These additions significantly accelerate the workflow required to build, train, and deploy state-of-the-art deep learning models.

Major cloud providers like Amazon, Google, and Microsoft are deepening their support for PyTorch 1.0 alongside hardware leaders including ARM, Intel, IBM, NVIDIA, and Qualcomm. This widespread industry backing ensures that developers can easily take advantage of compatible software and hardware tools. The broader compatibility ultimately makes it faster and simpler for AI developers to scale their deep learning projects in production environments.

Read More at the original source →