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 3.0 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
101
102
103
104
105
106
107
108
109
110
111
112
113
  1. schema: '2.0'
  2. stages:
  3. data_ingestion:
  4. cmd: python src/cnnClassifier/pipeline/stage_01_data_ingestion.py
  5. deps:
  6. - path: config/config.yaml
  7. hash: md5
  8. md5: 0b4dfd2be932c708a007b9de49988fc5
  9. size: 587
  10. - path: src/cnnClassifier/pipeline/stage_01_data_ingestion.py
  11. hash: md5
  12. md5: 7b7a76c23a1a64901c5cefa3df19dfcc
  13. size: 910
  14. outs:
  15. - path: artifacts/data_ingestion/Chest-CT-Scan-data
  16. hash: md5
  17. md5: 904fa45d934ce879b3b1933dca6cb2f1.dir
  18. size: 49247431
  19. nfiles: 343
  20. prepare_base_model:
  21. cmd: python src/cnnClassifier/pipeline/stage_02_prepare_base_model.py
  22. deps:
  23. - path: config/config.yaml
  24. hash: md5
  25. md5: 0b4dfd2be932c708a007b9de49988fc5
  26. size: 587
  27. - path: src/cnnClassifier/pipeline/stage_02_prepare_base_model.py
  28. hash: md5
  29. md5: 9b555aa923d0934b5f222a2c35c24f5f
  30. size: 967
  31. params:
  32. params.yaml:
  33. CLASSES: 2
  34. IMAGE_SIZE:
  35. - 224
  36. - 224
  37. - 3
  38. INCLUDE_TOP: false
  39. LEARNING_RATE: 0.02
  40. WEIGHTS: imagenet
  41. outs:
  42. - path: artifacts/prepare_base_model
  43. hash: md5
  44. md5: 883e397c83789d105e4de2e47da21543.dir
  45. size: 118054560
  46. nfiles: 2
  47. training:
  48. cmd: python src/cnnClassifier/pipeline/stage_03_model_trainer.py
  49. deps:
  50. - path: artifacts/data_ingestion/Chest-CT-Scan-data
  51. hash: md5
  52. md5: 904fa45d934ce879b3b1933dca6cb2f1.dir
  53. size: 49247431
  54. nfiles: 343
  55. - path: artifacts/prepare_base_model
  56. hash: md5
  57. md5: 883e397c83789d105e4de2e47da21543.dir
  58. size: 118054560
  59. nfiles: 2
  60. - path: config/config.yaml
  61. hash: md5
  62. md5: 0b4dfd2be932c708a007b9de49988fc5
  63. size: 587
  64. - path: src/cnnClassifier/pipeline/stage_03_model_trainer.py
  65. hash: md5
  66. md5: 88e2c208c069a9b87f58c4bfa9df5258
  67. size: 894
  68. params:
  69. params.yaml:
  70. AUGMENTATION: true
  71. BATCH_SIZE: 16
  72. EPOCHS: 2
  73. IMAGE_SIZE:
  74. - 224
  75. - 224
  76. - 3
  77. outs:
  78. - path: artifacts/training/model.h5
  79. hash: md5
  80. md5: 1e0de1d86cd86e3cc50ec10e5785e267
  81. size: 59337520
  82. evaluation:
  83. cmd: python src/cnnClassifier/pipeline/stage_04_model_evaluation.py
  84. deps:
  85. - path: artifacts/data_ingestion/Chest-CT-Scan-data
  86. hash: md5
  87. md5: 904fa45d934ce879b3b1933dca6cb2f1.dir
  88. size: 49247431
  89. nfiles: 343
  90. - path: artifacts/training/model.h5
  91. hash: md5
  92. md5: 1e0de1d86cd86e3cc50ec10e5785e267
  93. size: 59337520
  94. - path: config/config.yaml
  95. hash: md5
  96. md5: 0b4dfd2be932c708a007b9de49988fc5
  97. size: 587
  98. - path: src/cnnClassifier/pipeline/stage_04_model_evaluation.py
  99. hash: md5
  100. md5: f2bc155cce5c4e6ba487c199cea974c5
  101. size: 895
  102. params:
  103. params.yaml:
  104. BATCH_SIZE: 16
  105. IMAGE_SIZE:
  106. - 224
  107. - 224
  108. - 3
  109. outs:
  110. - path: scores.json
  111. hash: md5
  112. md5: d09504e8f99af52f9329e3ac45331537
  113. size: 73
Tip!

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

Comments

Loading...