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: 374c0b56c41284fa29765a78e88fc2ee
  9. size: 592
  10. - path: src/cnnClassifier/pipeline/stage_01_data_ingestion.py
  11. hash: md5
  12. md5: 8c5d36c46e414b8ed03ac9bf20562c2a
  13. size: 912
  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: 374c0b56c41284fa29765a78e88fc2ee
  26. size: 592
  27. - path: src/cnnClassifier/pipeline/stage_02_prepare_base_model.py
  28. hash: md5
  29. md5: 01b4d4b26a0de299d4f2ab8d6bd49e3d
  30. size: 1001
  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.01
  40. WEIGHTS: imagenet
  41. outs:
  42. - path: artifacts/prepare_base_model
  43. hash: md5
  44. md5: 85cec2a66e04219cba8ee949a4ba72eb.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: 85cec2a66e04219cba8ee949a4ba72eb.dir
  58. size: 118054560
  59. nfiles: 2
  60. - path: config/config.yaml
  61. hash: md5
  62. md5: 374c0b56c41284fa29765a78e88fc2ee
  63. size: 592
  64. - path: src/cnnClassifier/pipeline/stage_03_model_trainer.py
  65. hash: md5
  66. md5: d8f7a01d606af5f4a0d5f4e1eb86b88c
  67. size: 916
  68. params:
  69. params.yaml:
  70. AUGMENTATION: true
  71. BATCH_SIZE: 16
  72. EPOCHS: 10
  73. IMAGE_SIZE:
  74. - 224
  75. - 224
  76. - 3
  77. outs:
  78. - path: artifacts/training/model.h5
  79. hash: md5
  80. md5: 661d728156e930cf49d2abe2698f6cd2
  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: 661d728156e930cf49d2abe2698f6cd2
  93. size: 59337520
  94. - path: config/config.yaml
  95. hash: md5
  96. md5: 374c0b56c41284fa29765a78e88fc2ee
  97. size: 592
  98. - path: src/cnnClassifier/pipeline/stage_04_model_evaluation.py
  99. hash: md5
  100. md5: e5acfe1c4e9e0a3f116bebf9898cb1ee
  101. size: 938
  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: dcf5325078789f82e6c4090c953a9a08
  113. size: 58
Tip!

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

Comments

Loading...