KisuYang / pytorch_deep_learning_models

This repository includes deep learning implementation with pytorch.

Home Page:https://gaussian37.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Repository related rules


  • All codes are written by Python + Pytorch.
  • All codes include only core parts (e.g. model only) for simplicity.
  • All models MUST have input parameter 'n_classes' to specify the number of output classes and reject others. Others should be defined with default values.
  • Accordingly, all models should be able to declared in this form. e.g. "model(n_classes=10)"

Table


Base Network Architecture



Semantic Segmentaion



Generative Adversarial Networks


  • vanilla_gan
  • dcgan

Variational Autoencoder


About

This repository includes deep learning implementation with pytorch.

https://gaussian37.github.io/


Languages

Language:Jupyter Notebook 96.1%Language:HTML 2.8%Language:Python 1.0%