revnet-public
revnet-public copied to clipboard
Code for "The Reversible Residual Network: Backpropagation Without Storing Activations"
Hi, I noticed there has not been much activity in the last 2 years on this repo. I wanted to know if it was still maintained. If so, do you...
Hi, in section 3.1 of your paper, the new coupling layer is more complex than that in NICE. I find it is hard to compute the log determinant of this...
Hi, I have downloaded the cifar-10 dataset using the setup.sh and now I am trying to run the model: `run_cifar_train.py --dataset cifar-10 --model revnet-38 ` And I get the error:...
Hello and thanks for your work! My question is why does the RevNet model for Resnet32 have 38 layers? What are the extra 6 layers for?
Thanks for the great work! I ran into an error when setting up imagenet: the script cannot find the synsets file. I think the problem can be fixed as follows....