Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Sep 19, 2023
1 parent df01623 commit 87ecd5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithmic_efficiency/logger_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ def save_meta_data(workload: spec.Workload,
rng_seed: int,
meta_file_name: str):
meta_data = get_meta_data(workload)
meta_data.update({'rng_seed': rng_seed})
# meta_data.update({'rng_seed': rng_seed})
write_json(meta_file_name, meta_data)

class MetricLogger(object):
Expand Down

0 comments on commit 87ecd5b

Please sign in to comment.