BicycleGAN
BicycleGAN copied to clipboard
Tensorflow implementation of the NIPS paper "Toward Multimodal Image-to-Image Translation"
Results
2
BicycleGAN issues
Sort by
recently updated
recently updated
newest added
Although we can pass a batch size argument in the main.py code In the load_data.py there is no implementation to fetch the respective batches..rather it always fetches a batch size...
The code is concise and worked great. But when I change the batch size to 30 in main.py. It will show ` File "/home/BicycleGAN/model.py", line 261, in train _, summary_str_d,...