Closed atong01 closed 1 year ago
yes, me too
pip install torchdyn
installed torchdyn==1.0.4
this called ModuleNotFoundError
downgraded the torchdyn to 1.0.3 and it worked!!
Thank you sir
Fixed in release 1.0.5 https://github.com/DiffEqML/torchdyn/releases/tag/1.0.5.1
A clean install of
torchdyn==1.0.4
leads to a module not found error. Installs successfully but thenimport torchdyn
fails with module not found error. Something is wrong with the current version on pypi.torchdyn==1.0.3
still works with #180 caveats.