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 733 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
20
21
22
23
24
25
26
27
28
29
30
  1. schema: '2.0'
  2. stages:
  3. prepare:
  4. cmd: python src/prepare.py data/raw/rednn1.h5
  5. deps:
  6. - path: data/raw/rednn1.h5
  7. md5: b8a2df2402af381d2d7ba976eb2719b8
  8. size: 4928
  9. - path: src/prepare.py
  10. md5: 51a3fe4e685f57a92236abeca8c94060
  11. size: 1207
  12. outs:
  13. - path: data/prepared/
  14. md5: 13a01a3b3a53a6a9fa04d0ab8cd76631.dir
  15. size: 6976
  16. nfiles: 2
  17. train:
  18. cmd: python src/train.py
  19. deps:
  20. - path: data/prepared/
  21. md5: 13a01a3b3a53a6a9fa04d0ab8cd76631.dir
  22. size: 6976
  23. nfiles: 2
  24. - path: src/train.py
  25. md5: 9b19096bd798b440611c626891a26a99
  26. size: 16759
  27. outs:
  28. - path: model/model.pkl
  29. md5: 1a66fba015c502713a78cf4c595a2275
  30. size: 1778
Tip!

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

Comments

Loading...