pytorch-pretrained-BigGAN icon indicating copy to clipboard operation
pytorch-pretrained-BigGAN copied to clipboard

🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.

Results 14 pytorch-pretrained-BigGAN issues
Sort by recently updated
recently updated
newest added

I got an error that `PIL.Image` wasn't found. This fixes the error and allows one to save / view the output of biggan.

Hi, I want to use the discriminator to measure the quality of the generated image. So, could you provide the network structure and the pre-trained model of discriminator? Thank you...

Would it be possible to finetune this BigGAN implementation to a custom dataset, in order to generate new classes of images?

Function `tf.reset_default_graph()` is no longer available in TF 2

The function `one_hot_from_names` throws an AssertionError when a class name - which is not in the original ImageNet classes and for which possible synsets do not exist either - is...

https://github.com/fo40225/tensorflow-windows-wheel/tree/master/1.14.0/py37/CPU/sse2

will the repo add code to train a BigGan from scratch? Thank you

https://github.com/huggingface/pytorch-pretrained-BigGAN/blob/1e18aed2dff75db51428f13b940c38b923eb4a3d/pytorch_pretrained_biggan/model.py#L245-L246 I'm trying to understand the model by reading code. I noticed that `conv_to_rgb` has actually 128 channels but only first three are used for the final RGB image. Why...

Hi, thank you for your fantastic work! I have a question about this repository. The LICENSE file says this repository's license is MIT, but pypi says this repository's is apache....