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.39k stars 128 forks source link

ModuleNotFoundError: No module named 'torchdyn.models' #55

Closed drozzy closed 3 years ago

drozzy commented 3 years ago

If i follow the tutorial, using torchdyn 0.2.2.1:

from torchdyn.models import *

I get this error:

ModuleNotFoundError: No module named 'torchdyn.models'
ucalyptus commented 3 years ago

@drozzy do you have a gist colab nb to reproduce the issue?

drozzy commented 3 years ago

Just from torchdyn.models import * this one line...

drozzy commented 3 years ago

Oh nevermind, I just needed to restart ipython