PyTorch logo

PyTorch

PyTorch is a machine learning library for Python, based on Torch

Features

PyTorch is an open-source machine learning library for Python, based on Torch, used for applications such as natural language processing. One can also reuse Python packages such as NumPy, SciPy and Cython to extend PyTorch when needed.

PyTorch provides two high-level features:

  • Tensor computation (like NumPy) with strong GPU acceleration
  • Deep neural networks built on a tape-based autodiff system - README.md on GitHub repo

Automatic differentiation is done with a tape-based system at both a functional and neural network layer level. This functionality brings a high level of flexibility and speed as a deep learning framework and provides accelerated NumPy-like functionality.

PyTorch also includes standard defined neural network layers, deep learning optimizers, data loading utilities, and multi-gpu and multi-node support. Functions are executed immediately instead of enqueued in a static graph, improving ease of use and a sophisticated debugging experience. - NVIDIA - DEEP LEARNING FRAMEWORKS DOCUMENTATION

Blog | Documentation | Slack | FAQ | PyTorch Discuss Q&A | Wiki

Platform

Social

     

System Requirements

#Minimum
1Linux distributions that use glibc >= v2.17
#Minimum
1macOS 10.10 (Yosemite) or above
#Minimum
1Windows 7 and greater; Windows 10 or greater recommended, Windows Server 2008 r2 and greater

Ratings

Aggregate
4.50 
 5

InfoWorld4.5 
 5
based on professional's opinion

Developer

Adam Paszke(OD), Sam Gross(OD), Soumith Chintala(OD), Gregory Chanan(OD), Other contributors

Written in

Python, C++, CUDA, C

Initial Release

24 August 2016


This page was last updated with commit: Following: - Fixed: missing sources for features now added - Removed: Google Analytics Async (deprecated) - Added: missing aria-labels to input elements - Updated: partials/seo.html code for new data structure - Fixed: changed aria-label to title for span and divs - Fixed: color of status icon on softpages not appearing correctly (5221a6e)