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

fix : path

parent fb265a02
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ def run_duo(args):
val_acc.append(acc)
if loss < best_loss :
save_model(model,args.save_path)
loss = acc
best_loss = loss
# plot and save training figs
plt.clf()
plt.subplot(2, 1, 1)
......
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