DiffEqML / torchdyn

A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods
https://torchdyn.org
Apache License 2.0
1.36k stars 125 forks source link

Update Quick Start Example in README.md #112

Closed ibraheem-moosa closed 3 years ago

ibraheem-moosa commented 3 years ago

I guess NeuralODE was moved from torchdyn namespace to torchdyn.core namespace at some point. The current example on Quick Start thus returns en error.

Zymrael commented 3 years ago

Ah the example in the README was not updated, good catch. Thanks!