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

Results 8 CycleGAN-Tensorflow-2 issues
Sort by recently updated
recently updated
newest added

i have two GPU, but how to modify the code to use two GPU?

Thanks for your excellent implementation, I want to translate synthetic haze to real haze, and when I training cyclegan with my dataset, the loss of both D is zero from...

Hi Lynn Ho, I applied the tensorflow-2 cycleGAN implementation on my own dataset. The output translated images are blurry. I went through the paper of cycleGAN but could not find...

Hi, I'm using an image from camera and the image is rotated. But, if I'm using image from online datasets the code work perfectly. Thank you

colored dots? droplets? are appearing on the result image. I am really curious on what may caused this issue. Any tips or idea on how to reduce such noise?

Hi, I've tried to train the model with the "wgan" options turned on, and got pretty bad results. for example (iter 240000): ![iter-000240000](https://user-images.githubusercontent.com/28001669/89407844-2bb27200-d728-11ea-80da-991a9e0049fb.jpg) I can see a grid-like on the...

When I try to run the training it fails with the following error (missing dependencies) ``` $ CUDA_VISIBLE_DEVICES=0 python train.py --dataset summer2winter_yosemite Traceback (most recent call last): File "train.py", line...