dvclive
dvclive copied to clipboard
Check integrations and update them to log params
E.g. in the Lighting logger there is call:
@rank_zero_only
def log_hyperparams(self, params, *args, **kwargs):
pass
should we utilize it to automatically track things?
Edit: add checkboxes per framework in order of priority based on framework pageviews
- [x] lightning (https://github.com/iterative/dvclive/pull/388)
- [x] huggingface
- [ ] keras
- [x] fast.ai (#416)
- [ ] catalyst
- [ ] xgboost
- [ ] mmcv
- [ ] lightgbm
should we utilize it to automatically track things?
Yes, we should use log_params there
I would suggest we prioritize at the same time as #305 since it's part of the same story (auto logging everything from the framework callbacks).