How to version code
You can log and track the exact version of the model code as part of an experiment run. This can be done by capturing metadata about the git commit with the specified branch
, tag
, or commit_hash
.
Here is the example to automatically capture git commit information:
Here is the example to manually provide git commit information:
Last updated