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 1.2 KB

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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
  1. split-train-test:
  2. cmd: poetry run python src/utils.py split-train-test data/raw data/preprocessed
  3. 0.1
  4. deps:
  5. - path: data/raw/annotations
  6. md5: 414a65684dbaf0a538b9521a4c71bf93.dir
  7. size: 41287
  8. nfiles: 1
  9. - path: data/raw/images
  10. md5: 2b2fa6d21e7b76c25cd692618cf29bfe.dir
  11. size: 277167526
  12. nfiles: 209
  13. outs:
  14. - path: data/preprocessed/test
  15. md5: c2f5094a84cd17aeeca0524bd422b5ab.dir
  16. size: 8834672
  17. nfiles: 8
  18. - path: data/preprocessed/train
  19. md5: f4bc867b44b02016962aff92ae403a3a.dir
  20. size: 39289210
  21. nfiles: 31
  22. auto-train:
  23. cmd: python src/train.py auto-train data/preprocessed params.yml models
  24. deps:
  25. - path: data/preprocessed/test
  26. md5: c2f5094a84cd17aeeca0524bd422b5ab.dir
  27. size: 8834672
  28. nfiles: 8
  29. - path: data/preprocessed/train
  30. md5: f4bc867b44b02016962aff92ae403a3a.dir
  31. size: 39289210
  32. nfiles: 31
  33. - path: params.yml
  34. md5: 351b3907e2b6ddf719e6cb604c4a5833
  35. size: 105
  36. - path: src/train.py
  37. md5: e8056efef09c3d39a88da449d9acf68e
  38. size: 7697
  39. outs:
  40. - path: metrics.csv
  41. md5: 26f0bc146d7dbc988ee0d085eff5cc43
  42. size: 9258
  43. - path: models
  44. md5: 1f2ff6f7319869163359578dbcad3765.dir
  45. size: 176247303
  46. nfiles: 1
Tip!

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

Comments

Loading...