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
When I try to run python validation.py ... the following exception is thrown:
Traceback (most recent call last):
File "/home/user/github/nsganetv2/validation.py", line 10, in <module>
from codebase.run_manager import get_run_config
File "/home/user/github/nsganetv2/codebase/run_manager/__init__.py", line 1, in <module>
from codebase.data_providers.imagenet import *
File "/home/user/github/nsganetv2/codebase/data_providers/imagenet.py", line 10, in <module>
from ofa.utils.my_dataloader import MyRandomResizedCrop, MyDistributedSampler
ModuleNotFoundError: No module named 'ofa.utils.my_dataloader'; 'ofa.utils' is not a package
The text was updated successfully, but these errors were encountered:
When I try to run python validation.py ... the following exception is thrown:
The text was updated successfully, but these errors were encountered: