You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Record evaluation outputs and save them under the following folder structure:
|-results
|-<run_id> # based on timestamp + hash based on config, one "eva fit/predict" call corresponds to one run
|-artifacts # outputs from TensorBoardLogger
|- checkpoints
|- configs.yaml
|- tensorboard.ervents
|- metrics.csv
|-<run-config>.yaml # copy of run config
|-results.json # json with start-time, end-time, metrics of all val/test results
The text was updated successfully, but these errors were encountered:
Record evaluation outputs and save them under the following folder structure:
The text was updated successfully, but these errors were encountered: