391c70753d66fb28ef3c0a475f5ef9bfe4aa0823
Abstract
Attempt to use DVC, a data versioning tool, to track image classification model training with PyTorch, including data, trained model file, and used parameters. The data will be recorded and pushed to my private DVC remote via webdav🎁
Requirements
- MacOS 13.3
Dirs
- env
- pt.yaml
- conda env yaml to run this repo
- pt.yaml
- utils
- house pre-built functions
- dvclive
- training and evaluation reports generated by dvclive
Files
- prepare.py
- prepare materials for model training
- train.py
- try to train a small neural network
- evaluate.py
- evaluate trained model with some metrics
- params.yaml
- house all parameters used in experiment
tags: DVC
Description
Languages
Python
100%