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: 89af874b4bbe930c3bb732d34395cd7b
  9. size: 586
  10. - path: src/cnnClassifier/pipeline/stage_01_data_ingestion.py
  11. hash: md5
  12. md5: caf501a7205ba64b6d4426666570432c
  13. size: 908
  14. outs:
  15. - path: artifacts/data_ingestion/kidney-ct-scan-image
  16. hash: md5
  17. md5: 33ed59dbe5dec8ce2bb8e489b55203e4.dir
  18. size: 58936381
  19. nfiles: 465
  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: 89af874b4bbe930c3bb732d34395cd7b
  26. size: 586
  27. - path: src/cnnClassifier/pipeline/stage_02_prepare_base_model.py
  28. hash: md5
  29. md5: eb0a6a8e3eb6c7300e7e34a3a635864f
  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.01
  40. WEIGHTS: imagenet
  41. outs:
  42. - path: artifacts/prepare_base_model
  43. hash: md5
  44. md5: 54cbb493f89d7bb9bb7a4e32c4f2b72e.dir
  45. size: 118038272
  46. nfiles: 2
  47. training:
  48. cmd: python src/cnnClassifier/pipeline/stage_03_model_training.py
  49. deps:
  50. - path: artifacts/data_ingestion/kidney-ct-scan-image
  51. hash: md5
  52. md5: 33ed59dbe5dec8ce2bb8e489b55203e4.dir
  53. size: 58936381
  54. nfiles: 465
  55. - path: artifacts/prepare_base_model
  56. hash: md5
  57. md5: 54cbb493f89d7bb9bb7a4e32c4f2b72e.dir
  58. size: 118038272
  59. nfiles: 2
  60. - path: config/config.yaml
  61. hash: md5
  62. md5: 89af874b4bbe930c3bb732d34395cd7b
  63. size: 586
  64. - path: src/cnnClassifier/pipeline/stage_03_model_training.py
  65. hash: md5
  66. md5: 0b5d68d520496bb7c1c8f5b3d7888dde
  67. size: 927
  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: e5ed5e4287ef7edc9807bbafd3903d0e
  81. size: 59127544
  82. evaluation:
  83. cmd: python src/cnnClassifier/pipeline/stage_04_model_evaluation.py
  84. deps:
  85. - path: artifacts/data_ingestion/kidney-ct-scan-image
  86. hash: md5
  87. md5: 33ed59dbe5dec8ce2bb8e489b55203e4.dir
  88. size: 58936381
  89. nfiles: 465
  90. - path: artifacts/training/model.h5
  91. hash: md5
  92. md5: e5ed5e4287ef7edc9807bbafd3903d0e
  93. size: 59127544
  94. - path: config/config.yaml
  95. hash: md5
  96. md5: 89af874b4bbe930c3bb732d34395cd7b
  97. size: 586
  98. - path: src/cnnClassifier/pipeline/stage_04_model_evaluation.py
  99. hash: md5
  100. md5: 45f81eccafcd0bccfde50f789afe9657
  101. size: 1362
  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: 60c2b564148e55cdf831caf22a8e39d8
  113. size: 73
Tip!

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

Comments

Loading...