There was an error while loading. Please reload this page.
1 parent bde9f82 commit 42e5b99Copy full SHA for 42e5b99
dcgan/README.md
@@ -12,7 +12,7 @@ After every epoch, models are saved to: `netG_epoch_%d.pth` and `netD_epoch_%d.p
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
+python download.py -c bedroom
16
17
18
##Usage
0 commit comments