jhjacobsen / invertible-resnet

Official Code for Invertible Residual Networks
MIT License
519 stars 78 forks source link

Question related to the initialization of the model #27

Open ahx-code opened 3 years ago

ahx-code commented 3 years ago

Dear author of the "i-Res-Net"

I would like to ask what does the purpose of the ignore_lodget parameter? in "CIFAR_main.py" at line 268

with torch.no_grad():
        model(init_batch, ignore_logdet=True)

Also is there an email address where I can ask my questions related to the "i-Res-Net"?

Regards