Skip to content
Snippets Groups Projects
Commit edb9f7b5 authored by Schneider Leo's avatar Schneider Leo
Browse files

fix : make_prediction

parent 89573b01
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ def make_prediction_duo(model, data, f_name, f_name2):
# constant for classes
# Build confusion matrix
classes = data.dataset.dataset.classes
classes = data.dataset.classes
cf_matrix = confusion_matrix(y_true, y_pred)
confidence_matrix = np.zeros((n_class,n_class))
for i in range(n_class):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment