Skip to content

Commit

Permalink
fix direct access to subsections
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba authored and apaszke committed Mar 31, 2017
1 parent c4b48c4 commit 18df41e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dcgan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +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
## Downloading the dataset
You can download the LSUN dataset by cloning [this repo](https://github.com/fyu/lsun) and running
```
python download.py -c bedroom
```

##Usage
## Usage
```
usage: main.py [-h] --dataset DATASET --dataroot DATAROOT [--workers WORKERS]
[--batchSize BATCHSIZE] [--imageSize IMAGESIZE] [--nz NZ]
Expand Down

0 comments on commit 18df41e

Please sign in to comment.