Closed drozzy closed 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'
@drozzy do you have a gist colab nb to reproduce the issue?
Just from torchdyn.models import * this one line...
Oh nevermind, I just needed to restart ipython
If i follow the tutorial, using torchdyn 0.2.2.1:
I get this error: