Skip to content

Commit

Permalink
Update visualize_metrics.py
Browse files Browse the repository at this point in the history
collecton -> collection
experiemnts -> experiments
  • Loading branch information
eltociear committed Mar 16, 2024
1 parent 43efed2 commit 2c5c20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/visualize_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def load_run_metrics(
run_dir,
args=args,
):
"""load all the metrics for a collecton of experiemnts with the same architecture
"""load all the metrics for a collection of experiments with the same architecture
across various amounts of training data"""
metric_data = {}
from os import walk
Expand Down

0 comments on commit 2c5c20b

Please sign in to comment.