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.0.tar.gz
(149.7 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.0-py3-none-any.whl
(11.7 kB
view details)
File details
Details for the file pycpv-0.1.0.tar.gz.
File metadata
- Download URL: pycpv-0.1.0.tar.gz
- Upload date:
- Size: 149.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
790892c33d0e40dc2df8e2832e9811daf9330c87fc79a47a65fdc254c2cfdf53
|
|
| MD5 |
d6741fb9521443209f4320b8dc464d36
|
|
| BLAKE2b-256 |
e2945a21e4d4e51b7a4d20683b162d2337e1981c6d9f829bbb975f550429c816
|
File details
Details for the file pycpv-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pycpv-0.1.0-py3-none-any.whl
- Upload date:
- Size: 11.7 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 |
64db5e071dd0ee72c65b19750a308485750e15639a544bb4688b3b7917e81bf2
|
|
| MD5 |
a4d61063f3691f2c9e4a1996d5f71393
|
|
| BLAKE2b-256 |
fd93f74173d08166592666949977e01d8b2049219c8ebacc74a9222f91f090df
|