Open xiaosuzhang opened 5 years ago
model = BigGAN.from_pretrained('biggan-deep-256') Can we just replace 'biggan-deep-256' with the path which we download the pre-train model??
Hi, which pre-trained model are you referring to?
I download the pre-trained model named“biggan-deep-256-pytorch_model.bin”
model = BigGAN.from_pretrained('biggan-deep-256') Can we just replace 'biggan-deep-256' with the path which we download the pre-train model??