We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b6b35 commit ae1698aCopy full SHA for ae1698a
tools/AutoTuner/scripts/plot.py
@@ -100,8 +100,6 @@ def load_dir(dir: str) -> pd.DataFrame:
100
try:
101
progress_df = progress_df.merge(params_df, on="trial_id")
102
except KeyError:
103
- print(params_df)
104
- print(progress_df)
105
print(
106
"Unable to merge DFs due to missing trial_id in params.json (possibly due to failed trials.)"
107
)
0 commit comments