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

A Tensorflow implementation of BicycleGAN.

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

Hello my name is Alejandro Barredo Arrieta and I am currently working on a research project related with GAN architectures. Would it be possible for you to share the model's...

@gitlim your work is very awesome. but when i want to extract the features of the end of the encoder path in the generator, the features' shape is (1 1...

load dataset error: if images[0].shape[0] == 256: IndexError: list index out of range Is the sh. broken?

Although we can pass a batch size argument in the main bicycle-gan.py code In the data_loader.py there is no implementation to fetch the respective batches..rather it always fetches a batch...

Hello, In the original paper the authors state they keep the encoder fixed when performing the update step for cLR-GAN. However, in your code it seems that it is being...