Skip to content

Commit

Permalink
Simple typo fix to the download script
Browse files Browse the repository at this point in the history
  • Loading branch information
HiiYL authored and soumith committed Mar 17, 2017
1 parent bde9f82 commit 42e5b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcgan/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ After every epoch, models are saved to: `netG_epoch_%d.pth` and `netD_epoch_%d.p
##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
python download.py -c bedroom
```

##Usage
Expand Down

0 comments on commit 42e5b99

Please sign in to comment.