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
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\cc\Desktop\DL-based-Intelligent-Diagnosis-Benchmark-master\utils\train_utils.py", line 67, in setup
self.model = getattr(models, args.model_name)(in_channel=Dataset.inputchannel, out_channel=Dataset.num_classes)
TypeError: 'module' object is not callable
The text was updated successfully, but these errors were encountered:
I am also getting the same error ,i couldnot get how to solve.I am new in this field ,so thanks in advance .File "D:\DL-based-Intelligent-Diagnosis-Benchmark-master\utils\train_utils.py", line 63, in setup
self.model = getattr(models, args.model_name)(in_channel=Dataset.inputchannel, out_channel=Dataset.num_classes)
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\cc\Desktop\DL-based-Intelligent-Diagnosis-Benchmark-master\utils\train_utils.py", line 67, in setup
self.model = getattr(models, args.model_name)(in_channel=Dataset.inputchannel, out_channel=Dataset.num_classes)
TypeError: 'module' object is not callable
The text was updated successfully, but these errors were encountered: