-
-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Make FastDEQs fast again #45
Conversation
Note that the models used Tsit5 before and VCABM3 now which contributes to a minor improvement. Original Numbers
Some numbers after this partial rewrite:
I might have messed up memory usage though, 4 processes on 2 GPUs error out sometimes 😢 |
Codecov Report
@@ Coverage Diff @@
## main #45 +/- ##
=======================================
Coverage ? 85.71%
=======================================
Files ? 14
Lines ? 448
Branches ? 0
=======================================
Hits ? 384
Misses ? 64
Partials ? 0 📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
Main Changes:
TODOs
Fixes #37
Requires LuxDL/Lux.jl#7 & avik-pal/FluxMPI.jl#15