Skip to content

Commit c39a889

Browse files
alykhantejanisoumith
authored andcommitted
add lmdb to requirements of dcgan. Add instructions to download LSUN to dcgan/README
1 parent e8d5bbd commit c39a889

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

dcgan/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ with the samples from the generative model.
99

1010
After every epoch, models are saved to: `netG_epoch_%d.pth` and `netD_epoch_%d.pth`
1111

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
1219
```
1320
usage: main.py [-h] --dataset DATASET --dataroot DATAROOT [--workers WORKERS]
1421
[--batchSize BATCHSIZE] [--imageSize IMAGESIZE] [--nz NZ]

dcgan/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
torch
22
torchvision
3+
lmdb

0 commit comments

Comments
 (0)