Viet Nguyen
Viet Nguyen
After I run get_manipulators, I get z_manipulate.npy in shape (40,196608). 196608 means 3*256*256. But I am handling with image of size 3*64*64 = , how can I change z_manipulate.npy to...
I have a question about the loss value. The loss value is the negative log likelihood (bits per dim) in paper, isn't it? When I trained the model, the loss...
Hi, I want to change image_size to 256. Do I need to change the value of n_bits and n_bins? Another question I want to ask is the meaning of the...
How can I convert the checkpoint from Analytic DPM to the format that can be used directly for this codebase?