-
Notifications
You must be signed in to change notification settings - Fork 172
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
HELP #4
Comments
We have not defined the model 'Inception2d'. We only defined the following models and you can use the following models. from models.CNN_1d import CNN as cnn_1d |
Thanks. |
Did you solve it? I have the same problem as you |
Hello, thank you very much for opening the code. |
We have not defined the model 'Inception2d'. We only defined the following models and you can use the following models. from models.CNN_1d import CNN as cnn_1d |
Hello, thank you very much for opening the code.
I met a problem in the process of using it. I ran train. Py directly and reported an error:
File "C:/Users/Desktop/DL-based-Intelligent-Diagnosis-Benchmark/train.py", line 66, in
trainer.setup()
File "C:\Users\Desktop\DL-based-Intelligent-Diagnosis-Benchmark\utils\train_utils.py", line 63, in setup
self.model = getattr(models, args.model_name)(in_channel=Dataset.inputchannel, out_channel=Dataset.num_classes)
AttributeError: module 'models' has no attribute 'Inception2d'
Could you help me solve this problem?
I would appreciate it if you could reply me.
The text was updated successfully, but these errors were encountered: