martinarjovsky / WassersteinGAN

BSD 3-Clause "New" or "Revised" License
3.2k stars 725 forks source link

How to setup the [lsun-train-folder]?: python main.py --dataset lsun --dataroot [lsun-train-folder] --cuda #47

Open fenfeibani opened 7 years ago

fenfeibani commented 7 years ago

How to setup the [lsun-train-folder]?: python main.py --dataset lsun --dataroot [lsun-train-folder] --cuda. Thank you!

mottosso commented 7 years ago

Once you've extracted the LSUN dataset, to e.g. /path/to/lsun, it should have a directory called bedroom_train_lmdb/. If so, then that's what you should provide to main.py

For example.

$ python main.py --dataset lsun --dataroot /path/to/lsun --cuda