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: 11cc5642ba2725648da24e6823250f7d
  8. size: 831
  9. - path: src/deepClassifier/pipeline/stage_01_data_ingestion.py
  10. md5: f172a70cf599c77bbef01c290e2c9f6c
  11. size: 717
  12. outs:
  13. - path: artifacts/data_ingestion/PetImages
  14. md5: 3a5cf86541f22c236620ce5b952ad684.dir
  15. size: 848866410
  16. nfiles: 24998
  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: 11cc5642ba2725648da24e6823250f7d
  22. size: 831
  23. - path: src/deepClassifier/pipeline/stage_02_prepare_base_model.py
  24. md5: 2d3e3ea4e6b3b70a34bb9e158e24c2ea
  25. size: 793
  26. params:
  27. params.yaml:
  28. CLASSES: 2
  29. IMAGE_SIZE:
  30. - 224
  31. - 224
  32. - 3
  33. INCLUDE_TOP: false
  34. LEARNING_RATE: 0.01
  35. WEIGHTS: imagenet
  36. outs:
  37. - path: artifacts/prepare_base_model
  38. md5: ab6c456706dce2780076b6ff43c99bcd.dir
  39. size: 118053368
  40. nfiles: 2
  41. training:
  42. cmd: python src/deepClassifier/pipeline/stage_03_training.py
  43. deps:
  44. - path: artifacts/data_ingestion/PetImages
  45. md5: 3a5cf86541f22c236620ce5b952ad684.dir
  46. size: 848866410
  47. nfiles: 24998
  48. - path: artifacts/prepare_base_model
  49. md5: ab6c456706dce2780076b6ff43c99bcd.dir
  50. size: 118053368
  51. nfiles: 2
  52. - path: configs/config.yaml
  53. md5: 11cc5642ba2725648da24e6823250f7d
  54. size: 831
  55. - path: src/deepClassifier/components/prepare_callback.py
  56. md5: b27788e9a2ef6b98bb6c03d9cd76ee48
  57. size: 916
  58. - path: src/deepClassifier/pipeline/stage_03_training.py
  59. md5: b544965e110cbf58357a4947c0120426
  60. size: 1005
  61. params:
  62. params.yaml:
  63. AUGMENTATION: true
  64. BATCH_SIZE: 16
  65. EPOCHS: 1
  66. IMAGE_SIZE:
  67. - 224
  68. - 224
  69. - 3
  70. outs:
  71. - path: artifacts/training/model.h5
  72. md5: 2b8c5b8d8c3c27a11cb57775fc840236
  73. size: 59135136
  74. evaluation:
  75. cmd: python src/deepClassifier/pipeline/stage_04_evaluation.py
  76. deps:
  77. - path: artifacts/data_ingestion/PetImages
  78. md5: 3a5cf86541f22c236620ce5b952ad684.dir
  79. size: 848866410
  80. nfiles: 24998
  81. - path: artifacts/training/model.h5
  82. md5: 2b8c5b8d8c3c27a11cb57775fc840236
  83. size: 59135136
  84. - path: configs/config.yaml
  85. md5: 11cc5642ba2725648da24e6823250f7d
  86. size: 831
  87. - path: src/deepClassifier/pipeline/stage_04_evaluation.py
  88. md5: 16274682083d12ad866d6e96b19cc5af
  89. size: 699
  90. params:
  91. params.yaml:
  92. BATCH_SIZE: 16
  93. IMAGE_SIZE:
  94. - 224
  95. - 224
  96. - 3
  97. outs:
  98. - path: scores.json
  99. md5: 2a2199d913c0e929d1f22b2c09aa8bb6
  100. size: 73
Tip!

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

Comments

Loading...