huggingface / huggingface/pytorch-image-models
[FEATURE] Enhancing Train Script Functionality with Tensorboard Integration
- Dominant language
- Python
- Stars
- 37.1k
- Forks
- 5.2k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 37
Description
**Is your feature request related to a problem? Please describe.**
I would greatly appreciate it if a flag could be implemented, allowing me to log accuracy in Tensorboard format after each epoch.
**Describe the solution you'd like**
I kindly request the addition of a flag, allowing for the logging of accuracy to Tensorboard format after each epoch
**Describe alternatives you've considered**
Regarding alternative methods, I have contemplated saving the output to a text file for manual log inspection, as well as utilizing the functionality of Excel to effectively compare graphs.
**Additional context**
Contributor guide
Research direction
Start by locating the repository's train script and its existing epoch-level metric logging. Check how command-line flags are defined and how training accuracy is calculated. Done means a flag enables accuracy logging in TensorBoard format after each epoch, with the resulting logs usable for graph comparison.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, pytorch
- Domain
- machine-learning
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100