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

z_manipulate.npy #110

Open viettmab opened 2 years ago

viettmab commented 2 years ago

After I run get_manipulators, I get z_manipulate.npy in shape (40,196608). 196608 means 3256256. But I am handling with image of size 36464 = , how can I change z_manipulate.npy to the size (40,36464) to manipulate my image? Thank you