CoGAN
CoGAN copied to clipboard
CoGAN pytorch version
There is no 'train_cogan_usps2mnist.py' But, in CoGAN-pytorch readme, you said that 'python train_cogan_usps2mnist.py' ..
why?
It's an issue a while ago, but to answer, I think it would be fine to enter the command:
python train_cogan_mnist2usps.py --config ../exps/usps2mnist_full_cogan.yaml;
instead of "python train_cogan_usps2mnist.py --config ../exps/usps2mnist_full_cogan.yaml;"