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

dvc.yaml 182 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
  1. stages:
  2. mystage:
  3. cmd: python train.py
  4. deps:
  5. - data
  6. - train.py
  7. metrics:
  8. - metrics.json:
  9. cache: false
  10. plots:
  11. - loss.csv:
  12. cache: false
Tip!

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

Comments

Loading...