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

Extend automated validation of tutorials. #96

Open Zymrael opened 3 years ago

Zymrael commented 3 years ago

We run an automated script in test/validate_tutorials.py to ensure all notebooks are always runnable. Tutorials in modules not included in the script might not run due to API changes. Older tutorials have not all been updated yet.

Good first issue to get familiar with the codebase or a specific concept / model class of interest.