Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thanks for your contribution,and I want to ask where is the models.cycle_gan_model? #19

Open
K-y7 opened this issue Aug 8, 2023 · 0 comments

Comments

@K-y7
Copy link

K-y7 commented 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'

@K-y7 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant