-
Hi, Dongnan Liu
When using CycleGAN to generate Kumar-like style images from BBBC images, it seems that the results are learned in reverse, although the style is learned. That is, the region of cell …
-
Please help solve it, thank you!!!
Traceback (most recent call last):
File "/root/autodl-tmp/image/src/train_cyclegan_turbo.py", line 17, in
from cleanfid.fid import get_folder_features, bui…
-
I have been reading the open comments here, and I am growing skeptical that this code works regarding training..
Does anyone have it working? Does anyone successfully trained the Zebra example?
-
OSError: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like stabilityai/sd-turbo is not the path to a directory containing a file…
-
I try to implement msg way to cycleGAN for two weeks.
The generator : Unet-withSkipConnection and downsample(k=4, s=2 conv) upsample(Deconv) 8x.
But the D_loss, both D_A and D_B always decreased n…
-
Hello! First of all, I think your work is very good! Can you disclose your training code for the unpaired CycleGAN version? Thank you very much!
-
## 🚀 Feature
CycleGAN in PyTorch Lightning
### Motivation
The authors of this [paper](https://arxiv.org/pdf/1703.10593.pdf) proposed an **unpaired** image to image translation algorithm using t…
-
Hi . Thanks for the wonderful explanation. I am new in GAN. And I have a question.
When I train cycleGAN, I found that the discriminator loss decreases and converges, but the generator loss always ch…
-
Hi,
when following the instructions for training CycleGan-Turbo with the horses&zebras dataset, the final network always outputs the reconstructed original image and is not able to translate between …
-
i can't find that how long is it spent on CycleGAN training to generate distorted images in your paper.
Does GTX 1080 have the ability to train CycleGAN?cause i found CycleGAN has nine residule_blo…