Skip to content

Commit

Permalink
add lmdb to requirements of dcgan. Add instructions to download LSUN …
Browse files Browse the repository at this point in the history
…to dcgan/README
  • Loading branch information
alykhantejani authored and soumith committed Mar 2, 2017
1 parent e8d5bbd commit c39a889
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dcgan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ with the samples from the generative model.

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

##Downloading the dataset
You can download the LSUN dataset by cloning [this repo](https://github.com/fyu/lsun) and running
```
python donwload.py -c bedroom
```

##Usage
```
usage: main.py [-h] --dataset DATASET --dataroot DATAROOT [--workers WORKERS]
[--batchSize BATCHSIZE] [--imageSize IMAGESIZE] [--nz NZ]
Expand Down
1 change: 1 addition & 0 deletions dcgan/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
torch
torchvision
lmdb

0 comments on commit c39a889

Please sign in to comment.