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

fix : error wandb finish

parent da85a5bb
No related branches found
No related tags found
No related merge requests found
......@@ -130,7 +130,7 @@ def run_duo(args):
val_loss.append(loss)
val_acc.append(acc)
val_cont_acc.append(acc_contrastive)
wdb.finish()
wdb.finish()
if __name__ == '__main__':
......
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