Skip to content

yakhyo/pytorch-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23d4086 Β· Jan 1, 2024

History

72 Commits
May 1, 2021
Nov 2, 2023
Oct 30, 2023
May 5, 2021
Nov 2, 2023

Repository files navigation

logo

Contents

Basics

  • QuickStart [File | Notebook] - QuickStart gives general overview of Basics section.
  • Tensors [File | Notebook] - Operations on tensors, numpy arrays and casting them to tensor or vice versa.
  • Datasets and DataLoaders [File | Notebook] - Creating datasets and dataloaders.
  • Transforms [File | Notebook] - Torchvision's augmentation methods and using them together.
  • Build Neural Network [File | Notebook] - Building simple neural network from scratch.
  • Optimizers, Model Save and Load [File | Notebook] - Creating optimizer, saving trained model and loading for inference.

Beginner

Intermediate

Advanced



Updating...

References

  1. https://github.com/pytorch/examples
  2. https://www.deeplearningwizard.com