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

fix : wanbd image

parent 60f8dcb8
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,7 @@ def run_duo(args): ...@@ -203,7 +203,7 @@ def run_duo(args):
else : else :
wdb.log({ wdb.log({
'confidence matrix val': wdb.Image(args.base_out + '_confidence_matrix_val.png'), 'confidence matrix val': wdb.Image(args.base_out + '_confidence_matrix_val.png'),
'confidence matrix test': wdb.Image(args.base_out + '_confidence_matrix_test.png'),}) 'confusion matrix val' : wdb.Image(args.base_out+'_confusion_matrix_val.png'),})
wdb.finish() wdb.finish()
......
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