CycleGAN-Tensorflow
CycleGAN-Tensorflow copied to clipboard
After training the model, how do I generate new images?
I've trained a model and it gives nice results, but I'm having an issue running it again to generate some images.
I've put the images in the test folder and called the cycle-gan.py with --train=False argument, and also --load_model=model/folder/in/logs/folder, but generated images look nothing like they should, as if the model hasn't been trained at all.
What am I doing wrong?