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 "D:/wk_test/SID-main/src/SID_train.py", line 11, in
opt = TrainOptions().parse()
File "D:\wk_test\SID-main\src\options\base_options.py", line 108, in parse
opt = self.gather_options()
File "D:\wk_test\SID-main\src\options\base_options.py", line 73, in gather_options
model_option_setter = models.get_option_setter(model_name)
File "D:\wk_test\SID-main\src\models_init_.py", line 30, in get_option_setter
model_class = find_model_using_name(model_name)
File "D:\wk_test\SID-main\src\models_init_.py", line 10, in find_model_using_name
modellib = importlib.import_module(model_filename)
File "E:\Anaconda3\envs\pytorch-CycleGAN-and-pix2pix\lib\importlib_init_.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'models.cycle_gan_model'
The text was updated successfully, but these errors were encountered:
K-y7
changed the title
Thanks for your contribution,and I want 同where is the models.cycle_gan_model?
Thanks for your contribution,and I want to ask where is the models.cycle_gan_model?
Aug 8, 2023
Traceback (most recent call last):
File "D:/wk_test/SID-main/src/SID_train.py", line 11, in
opt = TrainOptions().parse()
File "D:\wk_test\SID-main\src\options\base_options.py", line 108, in parse
opt = self.gather_options()
File "D:\wk_test\SID-main\src\options\base_options.py", line 73, in gather_options
model_option_setter = models.get_option_setter(model_name)
File "D:\wk_test\SID-main\src\models_init_.py", line 30, in get_option_setter
model_class = find_model_using_name(model_name)
File "D:\wk_test\SID-main\src\models_init_.py", line 10, in find_model_using_name
modellib = importlib.import_module(model_filename)
File "E:\Anaconda3\envs\pytorch-CycleGAN-and-pix2pix\lib\importlib_init_.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'models.cycle_gan_model'
The text was updated successfully, but these errors were encountered: