Checkpoint Versioning - Model and Data versioning for Automated Machine Learning, Training and Finetuning using Git, DVC, and AWS S3
Project description
Model Training Guide
Setup
- Install dependencies:
pip install -r requirements.txt - Configure AWS and Bitbucket:
cpv aws-config && cpv bitbucket-config
Training
- Prepare training data in
data/directory - Update metrics logging in
train.py - Run:
python train.py
Versioning
- Upload checkpoint:
cpv model upload --message "Training v1" - List checkpoints:
cpv model list-tags - Revert to version:
cpv model revert --tag v1.0
Metrics
- Training metrics logged in
metrics.log - Model weights stored in
model.bin
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pycpv-0.1.2.tar.gz
(152.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pycpv-0.1.2-py3-none-any.whl
(14.5 kB
view details)
File details
Details for the file pycpv-0.1.2.tar.gz.
File metadata
- Download URL: pycpv-0.1.2.tar.gz
- Upload date:
- Size: 152.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04f703dd557eceae567740490d27eb052b71093352f4dec8c1aa0c69d5ddec52
|
|
| MD5 |
25e5e896c54f6e91c743702e65002e3a
|
|
| BLAKE2b-256 |
0652cf2f2163a44f0bee2a784c7257ac592895eb82a0602fd977bbb1580cbefb
|
File details
Details for the file pycpv-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pycpv-0.1.2-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ece2b8d0565e05ad5e9f83bac21ea0347dd1047b9ba011fa4d0bd4404bb9919b
|
|
| MD5 |
343caf4dff3ddc55a45107bf5f1754c0
|
|
| BLAKE2b-256 |
98ca2187a4de90f856a10c940359b9bb78a57bb73ade8db072ef3a1a28f2300b
|