Skip to content
Snippets Groups Projects
Commit 947cd847 authored by tgupta6's avatar tgupta6
Browse files

answer select_best_model writes json to correct path

parent a80f7bdd
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ if __name__=='__main__':
for model_path, model_number in model_paths:
results_json = os.path.join(
constants.answer_output_dir,
'eval_' + constants.answer_eval_on + '_results_' + str(model_number) + '.json')
'eval_train_subset' + '_results_' + str(model_number) + '.json')
accuracy = eval_model(model_path, results_json)
line = model_path + '\t' + str(accuracy)
print line
......
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