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: 88aa1347c426f8d7e6d999a27d99ff69
  9. size: 582
  10. - path: src/cnnClassifier/pipeline/stage_01_data_ingestion.py
  11. hash: md5
  12. md5: 7b28365d1fbf24012e6db0c653f66187
  13. size: 908
  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: 88aa1347c426f8d7e6d999a27d99ff69
  26. size: 582
  27. - path: src/cnnClassifier/pipeline/stage_02_prepare_base_model.py
  28. hash: md5
  29. md5: 40405560153301352c5a25f9335df232
  30. size: 995
  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: 3101801b0d8e87ec4953bf33e6d9f0e8.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: 3101801b0d8e87ec4953bf33e6d9f0e8.dir
  58. size: 118054560
  59. nfiles: 2
  60. - path: config/config.yaml
  61. hash: md5
  62. md5: 88aa1347c426f8d7e6d999a27d99ff69
  63. size: 582
  64. - path: src/cnnClassifier/pipeline/stage_03_model_trainer.py
  65. hash: md5
  66. md5: bf62108c81670a18873f6b3cf360db53
  67. size: 912
  68. params:
  69. params.yaml:
  70. AUGMENTATION: true
  71. BATCH_SIZE: 16
  72. EPOCHS: 3
  73. IMAGE_SIZE:
  74. - 224
  75. - 224
  76. - 3
  77. outs:
  78. - path: artifacts/training/model.h5
  79. hash: md5
  80. md5: 7c6288e0ea797f80d1e58eb7946fbef6
  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: 7c6288e0ea797f80d1e58eb7946fbef6
  93. size: 59337520
  94. - path: config/config.yaml
  95. hash: md5
  96. md5: 88aa1347c426f8d7e6d999a27d99ff69
  97. size: 582
  98. - path: src/cnnClassifier/pipeline/stage_04_model_evaluation.py
  99. hash: md5
  100. md5: 536af80bd032fa6e78e4d17cc65221b2
  101. size: 942
  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: ab3f9b5b0b355dc2dfccf416cabb23fb
  113. size: 74
Tip!

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

Comments

Loading...