Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record evaluation outputs #130

Closed
roman807 opened this issue Feb 14, 2024 · 1 comment
Closed

Record evaluation outputs #130

roman807 opened this issue Feb 14, 2024 · 1 comment
Assignees

Comments

@roman807
Copy link
Collaborator

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
@roman807 roman807 self-assigned this Feb 14, 2024
@roman807 roman807 linked a pull request Feb 15, 2024 that will close this issue
@roman807 roman807 linked a pull request Feb 28, 2024 that will close this issue
@roman807
Copy link
Collaborator Author

roman807 commented Mar 4, 2024

duplicate #158

@roman807 roman807 closed this as completed Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant