Skip to content

Commit

Permalink
Update train_meta_matching_network.py
Browse files Browse the repository at this point in the history
  • Loading branch information
likesiwell committed May 31, 2019
1 parent 0f98f3b commit 55c035f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train_meta_matching_network.py
Expand Up @@ -90,7 +90,7 @@
total_test_c_loss, total_test_accuracy = experiment.run_testing_epoch(total_test_batches=total_test_batches, sess=sess)
print("Epoch {}: test_loss: {}, test_accuracy: {}".format(e, total_test_c_loss, total_test_accuracy))

save_statistics(experiment_name, [e, total_c_loss, total_accuracy, total_val_c_loss, total_accuracy,
save_statistics(experiment_name, [e, total_c_loss, total_accuracy, total_val_c_loss, total_val_accuracy,
total_test_c_loss, total_test_accuracy, 'lr: {}'.format(lr)])

save_path = saver.save(sess, "saved_models/{}_{}.ckpt".format(experiment_name, e))
Expand Down

0 comments on commit 55c035f

Please sign in to comment.