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
Traceback (most recent call last):
File "C:\Users\ASUS\Desktop\WFEN-main\test.py", line 11, in
opt = TestOptions().parse() # get test options
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\Desktop\WFEN-main\options\base_options.py", line 124, in parse
opt = self.gather_options()
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\Desktop\WFEN-main\options\base_options.py", line 79, in gather_options
model_option_setter = models.get_option_setter(model_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\Desktop\WFEN-main\models_init_.py", line 50, in get_option_setter
model_class = find_model_using_name(model_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\Desktop\WFEN-main\models_init_.py", line 33, in find_model_using_name
modellib = importlib.import_module(model_filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\python\Lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'models.test_model'
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "C:\Users\ASUS\Desktop\WFEN-main\test.py", line 11, in
opt = TestOptions().parse() # get test options
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\Desktop\WFEN-main\options\base_options.py", line 124, in parse
opt = self.gather_options()
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\Desktop\WFEN-main\options\base_options.py", line 79, in gather_options
model_option_setter = models.get_option_setter(model_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\Desktop\WFEN-main\models_init_.py", line 50, in get_option_setter
model_class = find_model_using_name(model_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ASUS\Desktop\WFEN-main\models_init_.py", line 33, in find_model_using_name
modellib = importlib.import_module(model_filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\python\Lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1140, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'models.test_model'
The text was updated successfully, but these errors were encountered: