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

Not using higher_order currently #79

Closed joschkabraun closed 3 years ago

joschkabraun commented 3 years ago

Hi, I noticed that higher_order isn't used for x_out and that it would lead to an error once higher_order is implemented and used.

Zymrael commented 3 years ago

Thanks! Yes that was a left-behind typo after we removed the (untested) higher-order CNF variant.