There was an error while loading. Please reload this page.
1 parent e8d5bbd commit c39a889Copy full SHA for c39a889
dcgan/README.md
@@ -9,6 +9,13 @@ with the samples from the generative model.
9
10
After every epoch, models are saved to: `netG_epoch_%d.pth` and `netD_epoch_%d.pth`
11
12
+##Downloading the dataset
13
+You can download the LSUN dataset by cloning [this repo](https://github.com/fyu/lsun) and running
14
+```
15
+python donwload.py -c bedroom
16
17
+
18
+##Usage
19
```
20
usage: main.py [-h] --dataset DATASET --dataroot DATAROOT [--workers WORKERS]
21
[--batchSize BATCHSIZE] [--imageSize IMAGESIZE] [--nz NZ]
dcgan/requirements.txt
@@ -1,2 +1,3 @@
1
torch
2
torchvision
3
+lmdb
0 commit comments