StarGAN_v2-Tensorflow
StarGAN_v2-Tensorflow copied to clipboard
Simple Tensorflow implementation of StarGAN_v2
Hi, I have question here. The "test" mode are fine ,the results are nice, but the "refer test" mode results are very blurry.I saved the cycle image(used for cycle loss)...
Thanks for sharing this implementation, looks great. Kindly add Pre-trained models
Hi, thanks for your sharing! I used your stargan v2 to train celebA, gantype is "hinge",batchsize is "2",sn is "true". I trained about tow days , the training results are...
Hi, Thanks for the code, I am just wondering what happened if I use Distributed training with TensorFlow in your project since I am having 2 GPUs. I see in...