CycleGAN-Tensorflow icon indicating copy to clipboard operation
CycleGAN-Tensorflow copied to clipboard

After training the model, how do I generate new images?

Open patakk opened this issue 7 years ago • 0 comments

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?

patakk avatar Mar 16 '18 14:03 patakk