You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to reproduce your result with the README guidance.
While trying the ready_model section, I meet below error. Which python package shall I install to fix it?
python ready_model.py resnet152
Traceback (most recent call last):
File "ready_model.py", line 10, in
from experiments.helper import get_model
ModuleNotFoundError: No module named 'experiments'
Thx,
Lei
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to reproduce your result with the README guidance.
While trying the ready_model section, I meet below error. Which python package shall I install to fix it?
python ready_model.py resnet152
Traceback (most recent call last):
File "ready_model.py", line 10, in
from experiments.helper import get_model
ModuleNotFoundError: No module named 'experiments'
Thx,
Lei
The text was updated successfully, but these errors were encountered: