Skip to content

Commit 42e5b99

Browse files
HiiYLsoumith
authored andcommitted
Simple typo fix to the download script
1 parent bde9f82 commit 42e5b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dcgan/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ After every epoch, models are saved to: `netG_epoch_%d.pth` and `netD_epoch_%d.p
1212
##Downloading the dataset
1313
You can download the LSUN dataset by cloning [this repo](https://github.com/fyu/lsun) and running
1414
```
15-
python donwload.py -c bedroom
15+
python download.py -c bedroom
1616
```
1717

1818
##Usage

0 commit comments

Comments
 (0)