A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods
1.4k
stars
130
forks
source link
Boring default setting: will uninstall the installed torch which makes trouble. #210
Open
cauchy7203 opened 8 months ago
When run the
pip install torchdyn
, it automatically installs the torch and uninstalls the old version installed in the environment.This makes touble if we have already installed a good version (especially the cuda version) of PyTorch, and should install the cuda torch again.
It is suggested to make a note telling people to watch out the torch version to avoid such issues.