edebrouwer / gru_ode_bayes

Pytorch implementation of GRU-ODE-Bayes
MIT License
226 stars 49 forks source link

ModuleNotFoundError: No module name 'torchdiffeq._impl' #9

Open ghost opened 3 years ago

ghost commented 3 years ago

Hi I got this error when I am trying to 'import grud_ode_bayes' .

wocaishiniliu commented 1 year ago

I also meet it!

wocaishiniliu commented 1 year ago

To deal with it, I copy the files from the parent folder to its folder. I guess the Python interpreter could not find the module named torchdiffeq and grud_ode_bayes even though I have installed them.