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
100%|██████████| 3190/3190 [00:17<00:00, 184.54it/s]
100%|██████████| 810/810 [00:03<00:00, 239.47it/s]
Traceback (most recent call last):
File "F:/python_programs/SaltChallenge/Unet.py", line 332, in
val_loss, accuracy = test(val_loader, salt)
File "F:/python_programs/SaltChallenge/Unet.py", line 273, in test
precision, _, _ = do_kaggle_metric(predicts, truths, 0.5)
NameError: name 'do_kaggle_metric' is not defined
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
您好,我运行您的程序的时候出现这个错误,这个是一个我没有导入的库吗?怎么解决呢?
100%|██████████| 3190/3190 [00:17<00:00, 184.54it/s]
100%|██████████| 810/810 [00:03<00:00, 239.47it/s]
Traceback (most recent call last):
File "F:/python_programs/SaltChallenge/Unet.py", line 332, in
val_loss, accuracy = test(val_loader, salt)
File "F:/python_programs/SaltChallenge/Unet.py", line 273, in test
precision, _, _ = do_kaggle_metric(predicts, truths, 0.5)
NameError: name 'do_kaggle_metric' is not defined
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: