Global web icon
pytorch.org
https://pytorch.org/
PyTorch
PyTorch Foundation is the deep learning community home for the open source PyTorch framework and ecosystem.
Global web icon
pytorch.org
https://docs.pytorch.org/tutorials/index.html
Welcome to PyTorch Tutorials — PyTorch Tutorials 2.9.0+cu128 documentation
Familiarize yourself with PyTorch concepts and modules. Learn how to load data, build deep neural networks, train and save your models in this quickstart guide.
Global web icon
pytorch.org
https://pytorch.org/get-started/pytorch-2-x/
PyTorch 2.x
Introducing PyTorch 2.0, our first steps toward the next generation 2-series release of PyTorch. Over the last few years we have innovated and iterated from PyTorch 1.0 to the most recent 1.13 and moved to the newly formed PyTorch Foundation, part of the Linux Foundation.
Global web icon
pytorch.org
https://pytorch.org/get-started/locally/
Get Started - PyTorch
For the majority of PyTorch users, installing from a pre-built binary via a package manager will provide the best experience. However, there are times when you may want to install the bleeding edge PyTorch code, whether for testing or actual development on the PyTorch core.
Global web icon
pytorch.org
https://docs.pytorch.org/docs/stable/index.html
PyTorch documentation — PyTorch 2.9 documentation
PyTorch documentation # PyTorch is an optimized tensor library for deep learning using GPUs and CPUs. Features described in this documentation are classified by release status: Stable (API-Stable): These features will be maintained long-term and there should generally be no major performance limitations or gaps in documentation.
Global web icon
pytorch.org
https://pytorch.org/projects/pytorch/
PyTorch – PyTorch
PyTorch is an open source machine learning framework that accelerates the path from research prototyping to production deployment. Built to offer maximum flexibility and speed, PyTorch supports dynamic computation graphs, enabling researchers and developers to iterate quickly and intuitively.
Global web icon
pytorch.org
https://pytorch.org/features/
End-to-end Machine Learning Framework – PyTorch
PyTorch supports an end-to-end workflow from Python to deployment on iOS and Android. It extends the PyTorch API to cover common preprocessing and integration tasks needed for incorporating ML in mobile applications.
Global web icon
pytorch.org
https://docs.pytorch.org/tutorials/beginner/basics…
Learn the Basics — PyTorch Tutorials 2.9.0+cu128 documentation
Most machine learning workflows involve working with data, creating models, optimizing model parameters, and saving the trained models. This tutorial introduces you to a complete ML workflow implemented in PyTorch, with links to learn more about each of these concepts.
Global web icon
pytorch.org
https://docs.pytorch.org/tutorials/beginner/basics…
Quickstart — PyTorch Tutorials 2.9.0+cu128 documentation
PyTorch offers domain-specific libraries such as TorchText, TorchVision, and TorchAudio, all of which include datasets. For this tutorial, we will be using a TorchVision dataset.
Global web icon
pytorch.org
https://docs.pytorch.org/tutorials/intro.html
Intro — PyTorch Tutorials 2.9.0+cu128 documentation
This is a collection of beginner-friendly resources to help you get started with PyTorch. These tutorials cover fundamental concepts, basic operations, and essential workflows to build a solid foundation for your deep learning journey.