Skip to content

Commit

Permalink
stop tracking results dir in git
Browse files Browse the repository at this point in the history
  • Loading branch information
dberenbaum committed Sep 27, 2023
1 parent b7f7cda commit 5ccf1d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example-get-started-experiments/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ cp $HERE/code/params.yaml .
sed -e "s/base_lr: 0.01/base_lr: $BEST_EXP_BASE_LR/" -i".bkp" params.yaml
rm params.yaml.bkp

git rm -r --cached 'results'
git commit -m "stop tracking results"

dvc stage add -n data_split \
-p base,data_split \
-d src/data_split.py -d data/pool_data \
Expand Down

0 comments on commit 5ccf1d5

Please sign in to comment.