revert change on sap-dev-model

This commit is contained in:
Michael Duong 2024-02-16 16:23:37 +00:00
parent eeb653c041
commit a9b50c8a2d

View file

@ -37,3 +37,4 @@ Workflow:
- This experiment will have the corresponding .dvc files for the hashed model and data
- Use version control as normal
- git add, git commit etc
- To revert change, use `git checkout {COMMIT_HASH}`, followed by `git switch -c {NEW_BRANCH_NAME}`