FEATURE: export to DataFrame in hdf5

This commit is contained in:
Zhengyi Chen 2024-03-06 02:37:18 +00:00
parent 208091ce8a
commit ae9bc34fde
2 changed files with 35 additions and 6 deletions

View file

@ -79,6 +79,10 @@ parser.add_argument(
parser.add_argument(
"--debug", type=bool, default=False
)
parser.add_argument(
"--export_to_h5", type=bool, default=True,
help="Export training & validation statistics (.h5 of pd.DataFrame)"
)
# nni configuration ==========================================================
parser.add_argument(