Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rtqichen/torchdiffeq
Browse files Browse the repository at this point in the history
  • Loading branch information
rtqichen committed Nov 25, 2018
2 parents b3d155e + 1e3df8e commit ab0a6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Expand Up @@ -16,7 +16,7 @@ The training should look similar to this:
</p>

## ODEnet for MNIST
The `odenet_mnist.py` file contains a reproduction of the MNIST experiments in our Neural ODE paper. Notably the ODE solver library and method are different from our original experiments, but the results are similar to those we report in the paper.
The `odenet_mnist.py` file contains a reproduction of the MNIST experiments in our Neural ODE paper. Notably not just the architecture but the ODE solver library and integration method are different from our original experiments, though the results are similar to those we report in the paper.

We can use an adaptive ODE solver to approximate our continuous-depth network while still backpropagating through the network.
```
Expand Down

0 comments on commit ab0a6a8

Please sign in to comment.