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
When I try to run python validation.py ... the following exception is thrown: