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.35k stars 125 forks source link

Version 1.0.2 not on PyPI #147

Closed alokwarey closed 2 years ago

alokwarey commented 2 years ago

Cannot find version 1.0.2 on PyPI. pip install gives an error - "No matching distribution found for torchdyn==1.0.2"

massastrello commented 2 years ago

Hey! thanks for spotting the bug. The PyPI action failed on release. It is fixed and 1.0.2 is live.

https://pypi.org/project/torchdyn/1.0.2/

alokwarey commented 2 years ago

Thanks! Model save still doesn't work in the new version with adjoint sensitivity (#122). Any plans to fix this bug?