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
你好 我在跑eva.py中
all_predictions_lables = [label_binarizer.inverse_transform(predict) for predict in all_predictions]
这一步出错:
ValueError: axis(=1) out of bounds
你好 我在跑eva.py中
all_predictions_lables = [label_binarizer.inverse_transform(predict) for predict in all_predictions]
这一步出错:
ValueError: axis(=1) out of bounds
我看label_binarizer中只有: neg_label pos_label两种 不知道有没有关系
我有四分类
The text was updated successfully, but these errors were encountered: