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 252 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
13
14
15
16
  1. stages:
  2. trainme:
  3. cmd: python train.py
  4. deps:
  5. - users.csv
  6. params:
  7. - epochs
  8. - log_file
  9. outs:
  10. - logs
  11. - plots.csv:
  12. cache: false
  13. metric: true
  14. - summary.json:
  15. cache: false
  16. metric: true
Tip!

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

Comments

Loading...