The original codebase was written to be run on PyTorch 0.1.12_2. Updating the codebase to work on PyTorch 0.2 requires a number of steps, including modifying WeightDrop and others.
Best would be to provide two branches - one with the current PyTorch 0.1.12_2 codebase (allowing for exact result replication) and a second branch that is updated to allow for PyTorch 0.2.
The original codebase was written to be run on PyTorch 0.1.12_2. Updating the codebase to work on PyTorch 0.2 requires a number of steps, including modifying
WeightDrop
and others.Best would be to provide two branches - one with the current PyTorch 0.1.12_2 codebase (allowing for exact result replication) and a second branch that is updated to allow for PyTorch 0.2.