Skip to content

Commit

Permalink
add name to training accuracy graph
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 11, 2024
1 parent 0a5f7c0 commit 4a1f2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hot_fair_utilities/training/ramp/run_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def run_main_train_code(cfg):

plt.legend()
plt.savefig(
f"{cfg['graph_location']}/training_validation_sparse_categorical_accuracy.png"
f"{cfg['graph_location']}/training_accuracy.png"
)
plt.clf()
print(f"Graph generated at : {cfg['graph_location']}")

0 comments on commit 4a1f2a6

Please sign in to comment.