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.6 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
  1. schema: '2.0'
  2. stages:
  3. split:
  4. cmd: python src/split.py
  5. deps:
  6. - path: data/raw/train
  7. md5: ee9a5fa8b7c214877a3e15872145e214.dir
  8. size: 190372427
  9. nfiles: 31782
  10. - path: src/split.py
  11. md5: 93dceb6c24db44d128846932baf3536c
  12. size: 1469
  13. params:
  14. params.yaml:
  15. split.ratio: 0.1
  16. outs:
  17. - path: data/raw/test
  18. md5: e55bba4644fd63d464b55db34404d17c.dir
  19. size: 21086056
  20. nfiles: 3507
  21. preprocess:
  22. cmd: python src/preprocess.py
  23. deps:
  24. - path: data/raw
  25. md5: 0b33cdba43356ab12feb1cd1f61836b4.dir
  26. size: 211458594
  27. nfiles: 35291
  28. - path: src/preprocess.py
  29. md5: 5c4b224d5bdb75b2deeb8b243702cbc6
  30. size: 1636
  31. params:
  32. params.yaml:
  33. preprocess:
  34. denoise_weight: 0.03
  35. image_width: 30
  36. image_height: 30
  37. outs:
  38. - path: data/prepared
  39. md5: 07c141d7be6504e74642050c1300b1b3.dir
  40. size: 151456179
  41. nfiles: 35288
  42. train:
  43. cmd: python src/train.py
  44. deps:
  45. - path: data
  46. md5: fda2c87b3deae8126a36c43dd6a7e603.dir
  47. size: 362914783
  48. nfiles: 70580
  49. - path: src/train.py
  50. md5: 6b511e9b9291fdaa030d800d03f0d80d
  51. size: 3747
  52. outs:
  53. - path: evaluation/metrics.json
  54. md5: d526f8607af42b33112e4c34e403ebc6
  55. size: 367
  56. - path: evaluation/plots
  57. md5: 12d69b686b14e9cc9f04baf5af8bcf2d.dir
  58. size: 989
  59. nfiles: 8
  60. - path: evaluation/report.html
  61. md5: 82c3dfd04c1411f8ab75fe46472dc4cc
  62. size: 27494
  63. - path: models
  64. md5: 9b9da8469b9844e3adec4d4082e5d437.dir
  65. size: 44363432
  66. nfiles: 1
Tip!

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

Comments

Loading...