xiaowei-hu / CycleGAN-tensorflow

Tensorflow implementation for learning an image-to-image translation without input-output pairs. https://arxiv.org/pdf/1703.10593.pdf
715 stars 294 forks source link

Quantitative results of code #54

Open Rabia-Raja opened 5 years ago

Rabia-Raja commented 5 years ago

After running this code, I only got qualitative results. I want some quantitative results as well such as generator or discriminator loss or accuracy. How can I get these? Please help!

skogsbrus commented 5 years ago

You can see the losses with tensorboard, as described in the readme.