Open keerthan2 opened 4 years ago
I don't think so. Unfortunately the generator architecture is different for the first layer (Linear for vae, Conv2D otherwise). So one cannot load the G from a non-vae framework into the vae framework, or test with a vae-trained model without encoder.
When i try to load the pretrained model (for ade20k) with --use_vae as True, I get the following error
Is there any work around for this ?