Skip to content

carluri/Pytorch-Model-Zoo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep learning models in PyTorch [IN PROGRESS]

This repository contains deep learning models built in PyTorch. Intended for learning PyTorch, this repo is made understandable for someone with basic python and deep learning knowledge. All kinds of important deep learning models are implemented here. Links to the papers are also given.

The structure for each project is consistent:

  • model.py - Contains the model of the neural network.
  • train.py - Preprocessing the data and training the network.
  • test.py - Infering from the trained network.
  • any other supporting files.

Common folders:

  • Trained folder - Trained models can will be saved here.
  • Datasets folder - Datasets downloaded will be stored here.

Best practices like PEP8, dropout, batch normalization, suitable optimizers are used.

My trained models can be found here.

IMP: For training on the CPU remove '.cuda()' wherever you find it.

Models

1. CNNs

2. RNNs

3. GANs

4. Reinforcement

5. Others

References:

About

A collection of deep learning models implemented in PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%