Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 332 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 332 Bytes

Pytorch Template

implemented upon victoresque's pytorch-template, this repo include templates for different architecture.

  • standard : traditional setup of neural network project (single model)
  • GAN : Generative Adversarial Model based template (Generator and Discriminator)