cnfs-super-resolution
cnfs-super-resolution copied to clipboard
forward error!!!
In line 62 of optimization/trainer_baseline.py
, the return values of model.forward(y, x)
is z, x_bpd
represents the latent code and minus log-det respectively according to class FlowModel
in models/architectures/condNF.py
. However, you receives the return values with logp_mass, _, _
. It's an error obviously.
Hi,
Thanks for pointing out this error. I will try to fix it in due time. Feel free to do a pull-request!