ChetanPatil28 / Pytorch_In_and_Out

Meddling with PyTorch for a much much deeper understanding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pytorch_In_and_Out

This repository is for my learning purpose only. It exploits basic things in Pytorch such as

  1. What's a Tensor.grad_fn() do ?,
  2. How to print the various modules inside a parent model ?
  3. How to set a particular layer's or a whole set of layers' weights or bias to a particular number or to a particular distribution ?
  4. Loading weights from one model to another model ? By skipping intermediate layers ?
COMING-UP
  1. What is a Forward-Hook ? Why do we need it ?
  2. What is a Backward-Hook ? Why do we need it ?
  3. Still exploring what can we do with PyTorch......

About

Meddling with PyTorch for a much much deeper understanding


Languages

Language:Python 100.0%