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
Why"ModuleNotFoundError: No module named 'models.test_model'"?
Traceback (most recent call last):
File "E:/facesuperresolution/1/MRRNet-main/test.py", line 12, in
opt = TestOptions().parse() # get test options
File "E:\facesuperresolution\1\MRRNet-main\options\base_options.py", line 127, in parse
opt = self.gather_options()
File "E:\facesuperresolution\1\MRRNet-main\options\base_options.py", line 82, in gather_options
model_option_setter = models.get_option_setter(model_name)
File "E:\facesuperresolution\1\MRRNet-main\models_init_.py", line 50, in get_option_setter
model_class = find_model_using_name(model_name)
File "E:\facesuperresolution\1\MRRNet-main\models_init_.py", line 33, in find_model_using_name
modellib = importlib.import_module(model_filename)
File "D:\Anaconda3\envs\test\lib\importlib_init_.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
test
File "", line 983, in _find_and_load
File "", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'models.test_model'
why parser.get_default('crop_size') equal none?
The text was updated successfully, but these errors were encountered: