Skip to content

Set of Notebooks acting as a template for implementing SOTA models in Pytorch.

Notifications You must be signed in to change notification settings

sagarrathi/PyTorchSotaTemplate

Repository files navigation

PyTorch SOTA Template Formation Guide

  1. PyTorch Part 1 Pytorch Basics

    • Tensors
    • Rank Axis & Shape
    • Tensor Creations methods
    • Transformation
    • Memory Sharing vs Caching
    • Reshaping
    • Flattening Operation
    • Element Wise Operation
    • Comparison Operation
    • Reduction Operation
  2. PyTorch Part 2 CNN

    • ETL
    • Model Building
    • Forward Pass
    • Prediction
    • Batch Processing
    • Training Process (Backward Pass Included)
  3. Torch Part 3 Stack vs Concat

    • Concatenating vs Stacking Tensor
      1. Pytorch
      2. TensorFLow
      3. Numpy
  4. PyTorch Part 4 TensorBoard

    • Adding Tensorboard to Part 2 of Tutorial
    • Hyperparameter Tuning and Experimenting using Tensorboard
  5. PyTorch Part 5 Code Refactoring Training

    • Hyperparameter Tuning & Experimentation auto mode¶
    • Making Run Manager Class to declutter training loop¶

About

Set of Notebooks acting as a template for implementing SOTA models in Pytorch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published