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
Dear HzFu:
Have you ever met with the following ERROR?
Traceback (most recent call last):
File "test.py", line 144, in <module>
fast_test(model, args, test_img_list, model_name)
File "test.py", line 102, in fast_test
Auc = roc_auc_score(tmp_gt, tmp_out)
File "/site-packages/sklearn/metrics/_ranking.py", line 381, in roc_auc_score
raise ValueError("multi_class must be in ('ovo', 'ovr')")
ValueError: multi_class must be in ('ovo', 'ovr')
So puzzled????
The text was updated successfully, but these errors were encountered:
Dear HzFu:
Have you ever met with the following ERROR?
So puzzled????
The text was updated successfully, but these errors were encountered: