- 
                Notifications
    You must be signed in to change notification settings 
- Fork 0
Add metadata to Plot Titles #137
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
Conversation
| Coverage reportClick to see where and how coverage changed
 This report was generated by python-coverage-comment-action | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Reviewing this | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically looks great.
Just a thought on the exact text. Is the Epoch always the number of epochs that the model is trained on? Or is it something else (e.g. the epoch the checkpoint was created on). Trying to work out whether it should be 'Epochs' as a total or 'Epoch' as a specific one.




Closes #123 #103
More complex than I first thought, but managed to create a file in callbacks which looks through the Hydra config files to provide information about training and evaluation within the plot title. Apologies that this is a larger PR than I intended.
Caveat...
I have tried my best here but there is probably a better method for scraping the correct info through Hydra. I am not the best at knowing what might be the most useful info and checking it grabbed the right thing. Given our time limits for the showcase might be good to check this at a later date.