lucabergamini / VAEGAN-PYTORCH

VAEGAN from "Autoencoding beyond pixels using a learned similarity metric" implemented in Pytorch. Clean, clear and with comments.
182 stars 34 forks source link

Running your implementation. #1

Closed saharudra closed 5 years ago

saharudra commented 5 years ago

Hi, it would have been really helpful if you could provide the way to run your code. Where to specify the data folder, checkpoints folder and what not. Thanks!

python main_1.py --train_folder </train/folder> --test_folder </test/folder>