FEATURE: export to DataFrame in hdf5
This commit is contained in:
parent
208091ce8a
commit
ae9bc34fde
2 changed files with 35 additions and 6 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue