aboutsummaryrefslogtreecommitdiff
path: root/libs/utils.py
AgeCommit message (Expand)Author
2022-07-14Use `dataclasses.fields()` instead of undocumented `__dataclass_fields__`Jordan Gong
2022-07-13Implement abstract `Trainer` with static config checkingJordan Gong
2022-03-18Prevent append CSV header when file pre-existsJordan Gong
2022-03-17Move some utils to libs directoryJordan Gong