- PyTorch Implementation for Generative Adversarial Networks
- run
cd gan && python3 train.py
for the training process - run
cd gan && python3 test.py
for the testing process
- PyTorch Implementation For Unsupervised Representation Learning With Deep Convolutional Generative Adversarial Networks
- run
cd dcgan && python3 train.py
for the training process - run
cd dcgan && python3 test.py
to generate fake MNIST images