0% found this document useful (0 votes)
112 views1 page

Welcome To Pytorch Tutorials: 60-Minute Blitz

This document introduces PyTorch tutorials, recommending starting with the 60-minute blitz tutorial to learn the basics of PyTorch and build deep neural networks. It lists additional resources like interactive Jupyter notebooks, example applications in areas like image classification and reinforcement learning, API documentation, and a cheat sheet. Users are also invited to provide feedback on the tutorials.

Uploaded by

Ana Secid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
112 views1 page

Welcome To Pytorch Tutorials: 60-Minute Blitz

This document introduces PyTorch tutorials, recommending starting with the 60-minute blitz tutorial to learn the basics of PyTorch and build deep neural networks. It lists additional resources like interactive Jupyter notebooks, example applications in areas like image classification and reinforcement learning, API documentation, and a cheat sheet. Users are also invited to provide feedback on the tutorials.

Uploaded by

Ana Secid
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

WELCOME TO PYTORCH

TUTORIALS
To learn how to use PyTorch, begin with our Getting Started Tutorials. The 60-
minute blitz is the most common starting point, and provides a broad view into how
to use PyTorch from the basics all the way into constructing deep neural networks.

Some considerations:

 We’ve added a new feature to tutorials that allows users to open the notebook
associated with a tutorial in Google Colab. Visit this page for more information.
 If you would like to do the tutorials interactively via IPython / Jupyter, each tutorial
has a download link for a Jupyter Notebook and Python source code.
 Additional high-quality examples are available, including image classification,
unsupervised learning, reinforcement learning, machine translation, and many other
applications, in PyTorch Examples.
 You can find reference documentation for the PyTorch API and layers in PyTorch
Docs or via inline help.
 If you would like the tutorials section improved, please open a github issue here with
your feedback.
 Check out our PyTorch Cheat Sheet for additional useful information.
 Finally, here’s a link to the PyTorch Release Notes

You might also like