Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 212 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 212 Bytes

pytorch-GAN

A minimal implementaion of DCGAN/WGAN in PyTorch with jupyter notebooks. This is the first program I write in PyTorch when I was learning PyTorch.

NOTE, I've rewriten it to make it even simpler