UNIT-Tensorflow
UNIT-Tensorflow copied to clipboard
Simple Tensorflow implementation of "Unsupervised Image to Image Translation Networks" (NIPS 2017 Spotlight)
What is the function of gaussian_noise_layer?To add Gaussian noise?
Train
hello,when I try to run the code, it shows self.num_batches=0 ,but I cannot find the reason. self.trainA:[0:0]=[ ] __len__=0 What should I do?Thank you very much!
Excuse me, how can I get the dataset of cat species?
Hello, thanks for this amazing work. I have a doubt, I want to understand exactly the difference between cycle gan and UNIT in the loss function. I read your documentation...