openai / glow

Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
https://arxiv.org/abs/1807.03039
MIT License
3.11k stars 515 forks source link

about the pretrained model #87

Open yuffon opened 5 years ago

yuffon commented 5 years ago

The flow based model is very very interesting. But it is too GPU hungry. I see that some pretrained models are uploaded. Now I have a question about the pretrained model on CelebA. For unoptimized model, the input for encoding includes three tensors: 'enc_x': 'input/image', 'enc_x_d': 'input/downsampled_image', 'enc_y': 'input/label' I want to know the relationship between enc_x and enc_x_d. If I want to test the model on 32x32 CelebA, how should I use this pretrained model?

isharifi commented 4 years ago

That's also my question.