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 2.8 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
  1. schema: '2.0'
  2. stages:
  3. data_ingestion:
  4. cmd: python src/deepClassifier/pipeline/stage_01_data_ingestion.py
  5. deps:
  6. - path: configs/config.yaml
  7. md5: 4980800a657f8a3479552487095908dc
  8. size: 1121
  9. - path: src/deepClassifier/pipeline/stage_01_data_ingestion.py
  10. md5: aab2acfad84bc902bc01c0502faeecb3
  11. size: 849
  12. outs:
  13. - path: artifacts/data_ingestion/train
  14. md5: 55645c3845027c30d44f6b5476e4c09f.dir
  15. size: 837731676
  16. nfiles: 933
  17. prepare_base_model:
  18. cmd: python src/deepClassifier/pipeline/stage_02_prepare_base_model.py
  19. deps:
  20. - path: configs/config.yaml
  21. md5: 4980800a657f8a3479552487095908dc
  22. size: 1121
  23. - path: src/deepClassifier/pipeline/stage_02_prepare_base_model.py
  24. md5: 019613a3d9c7974162821ef659bb0c99
  25. size: 1019
  26. params:
  27. params.yaml:
  28. CLASSES: 2
  29. IMAGE_SIZE:
  30. - 300
  31. - 300
  32. - 3
  33. INCLUDE_TOP: false
  34. LEARNING_RATE: 0.01
  35. WEIGHTS: imagenet
  36. outs:
  37. - path: artifacts/prepare_base_model
  38. md5: d907c7ec7a588f8935369ebd2e679816.dir
  39. size: 197954856
  40. nfiles: 2
  41. training:
  42. cmd: python src/deepClassifier/pipeline/stage_03_training.py
  43. deps:
  44. - path: artifacts/data_ingestion/train
  45. md5: 55645c3845027c30d44f6b5476e4c09f.dir
  46. size: 837731676
  47. nfiles: 933
  48. - path: artifacts/prepare_base_model
  49. md5: d907c7ec7a588f8935369ebd2e679816.dir
  50. size: 197954856
  51. nfiles: 2
  52. - path: configs/config.yaml
  53. md5: 4980800a657f8a3479552487095908dc
  54. size: 1121
  55. - path: src/deepClassifier/components/prepare_callback.py
  56. md5: f34cc929aae6d1517636f5eda6244613
  57. size: 975
  58. - path: src/deepClassifier/pipeline/stage_03_training.py
  59. md5: 0470102058e267b713265fd2eafa318c
  60. size: 1196
  61. params:
  62. params.yaml:
  63. AUGMENTATION: true
  64. BATCH_SIZE: 32
  65. EPOCHS: 25
  66. IMAGE_SIZE:
  67. - 300
  68. - 300
  69. - 3
  70. outs:
  71. - path: artifacts/training/model.h5
  72. md5: fd3c40e2f9aa5e5f959b8b5e2ca2751b
  73. size: 119992840
  74. evaluation:
  75. cmd: python src/deepClassifier/pipeline/stage_04_evaluation.py
  76. deps:
  77. - path: artifacts/data_ingestion/train
  78. md5: 55645c3845027c30d44f6b5476e4c09f.dir
  79. size: 837731676
  80. nfiles: 933
  81. - path: artifacts/training/model.h5
  82. md5: fd3c40e2f9aa5e5f959b8b5e2ca2751b
  83. size: 119992840
  84. - path: configs/config.yaml
  85. md5: 4980800a657f8a3479552487095908dc
  86. size: 1121
  87. - path: src/deepClassifier/pipeline/stage_04_evaluation.py
  88. md5: 255acca5a74a5f7a5aeb7e0244b8c24c
  89. size: 906
  90. params:
  91. params.yaml:
  92. BATCH_SIZE: 32
  93. IMAGE_SIZE:
  94. - 300
  95. - 300
  96. - 3
  97. outs:
  98. - path: scores.json
  99. md5: 96fb5538d255b1fa6a614ecae14d95ce
  100. size: 193
Tip!

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

Comments

Loading...