Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

train.sh 185 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. dvc run -n train --no-exec --force -d train.py \
  2. -d $VOCAB_PATH -d data/train.csv \
  3. -p train -p model \
  4. -o $MODEL_PATH \
  5. -o $CONFIG_PATH \
  6. -M $RESULTS_PATH \
  7. python train.py
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...