UNIT-Tensorflow icon indicating copy to clipboard operation
UNIT-Tensorflow copied to clipboard

Simple Tensorflow implementation of "Unsupervised Image to Image Translation Networks" (NIPS 2017 Spotlight)

Results 5 UNIT-Tensorflow issues
Sort by recently updated
recently updated
newest added

What is the function of gaussian_noise_layer?To add Gaussian noise?

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...