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 "E:\Git\download\pytorch-classifier-master\main.py", line 151, in
opt, model, ema, train_dataset, test_dataset, optimizer, scaler, lr_scheduler, loss, DEVICE, CLASS_NUM, begin_epoch, best_metrice = parse_opt()
File "E:\Git\download\pytorch-classifier-master\main.py", line 113, in parse_opt
model = select_model(opt.model_name, CLASS_NUM, (opt.image_size, opt.image_size), opt.image_channel,
File "E:\Git\download\pytorch-classifier-master\utils\utils_model.py", line 59, in select_model
model = eval('models.{}(pretrained={})'.format(name, pretrained))
File "", line 1, in
TypeError: 'module' object is not callable
![Uploading P_0LYPL2Y825NUXPY_3{_8.png…
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "E:\Git\download\pytorch-classifier-master\main.py", line 151, in
opt, model, ema, train_dataset, test_dataset, optimizer, scaler, lr_scheduler, loss, DEVICE, CLASS_NUM, begin_epoch, best_metrice = parse_opt()
File "E:\Git\download\pytorch-classifier-master\main.py", line 113, in parse_opt
model = select_model(opt.model_name, CLASS_NUM, (opt.image_size, opt.image_size), opt.image_channel,
File "E:\Git\download\pytorch-classifier-master\utils\utils_model.py", line 59, in select_model
model = eval('models.{}(pretrained={})'.format(name, pretrained))
File "", line 1, in
TypeError: 'module' object is not callable
![Uploading P_0LYPL2Y825NUXPY_3{_8.png…
The text was updated successfully, but these errors were encountered: