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.lock 445 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
17
18
19
  1. schema: '2.0'
  2. stages:
  3. train:
  4. cmd: PYTHONPATH=. python3 app/training/train_model.py
  5. deps:
  6. - path: app/training/train_model.py
  7. hash: md5
  8. md5: 564548c44b1fc31f31b41d12f40b24e4
  9. size: 3900
  10. - path: config.yaml
  11. hash: md5
  12. md5: ba497c321a9508c12b091cc3bfdd06c5
  13. size: 195
  14. outs:
  15. - path: models/
  16. hash: md5
  17. md5: 12e11615096829b47c33f17c34c54a79.dir
  18. size: 536173
  19. nfiles: 1
Tip!

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

Comments

Loading...