invertible-resnet
invertible-resnet copied to clipboard
Question related to the initialization of the model
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