Skip to content

Commit

Permalink
Update Pytorch 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
znxlwm authored Jun 12, 2018
1 parent a5db329 commit 63ecc11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ I tried to implement this repository as much as possible with [tensorflow-genera
This repository is included code for CPU mode Pytorch, but i did not test. I tested only in GPU mode Pytorch.

## Dataset

- MNIST
- Fashion-MNIST
- CIFAR10
- SVHN
- STL10
- LSUN-bed
#### I only tested the code on MNIST and Fashion-MNIST.

## Generative Adversarial Networks (GANs)
### Lists (Table is borrowed from [tensorflow-generative-model-collections](https://github.com/hwalsuklee/tensorflow-generative-model-collections))
Expand Down Expand Up @@ -156,6 +158,7 @@ The following shows basic folder structure.
├── GAN.py # vainilla GAN
├── utils.py # utils
├── dataloader.py # dataloader
├── models # model files to be saved here
└── results # generation results to be saved here
```
Expand Down

0 comments on commit 63ecc11

Please sign in to comment.