-
Train a model (see Training).
-
Add
description
andexamples
toinfo.json
in the model's version dir. Also addtimestamp
inYYYYMMDD
format to show example Wayback Machine links in the demo. -
Create release on GitHub (at the code the model was trained with).
-
Pack and upload the checkpoint (then re-deploy demo).
tar czf logs.tar.gz logs/1-version-name/ gh auth login gh release upload v0.1 logs.tar.gz