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.1 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
  1. schema: '2.0'
  2. stages:
  3. data_ingestion:
  4. cmd: python src/deppClassifier/pipeline/stage_01_data_ingestion.py
  5. deps:
  6. - path: configs/config.yaml
  7. md5: a306e990b332f2a710c97f67bbd27a0c
  8. size: 837
  9. - path: src/deppClassifier/pipeline/stage_01_data_ingestion.py
  10. md5: 5d39e42cc95d3ccfc3040e029721af0a
  11. size: 723
  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/deppClassifier/pipeline/stage_02_prepare_base_model.py
  19. deps:
  20. - path: configs/config.yaml
  21. md5: a306e990b332f2a710c97f67bbd27a0c
  22. size: 837
  23. - path: src/deppClassifier/pipeline/stage_02_prepare_base_model.py
  24. md5: 1dd5ad33069c046235c64afcffe59e58
  25. size: 828
  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: ba3e813904317c00c0163ffbbcd5a026.dir
  39. size: 118053368
  40. nfiles: 2
  41. training:
  42. cmd: python src/deppClassifier/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: ba3e813904317c00c0163ffbbcd5a026.dir
  50. size: 118053368
  51. nfiles: 2
  52. - path: configs/config.yaml
  53. md5: a306e990b332f2a710c97f67bbd27a0c
  54. size: 837
  55. - path: src/deppClassifier/components/prepare_callback.py
  56. md5: 5a1b09ed84fefeda460a7d1bf902df66
  57. size: 956
  58. - path: src/deppClassifier/pipeline/stage_03_training.py
  59. md5: d8a5d931bf6d562bdb5a6cb91b444965
  60. size: 1040
  61. params:
  62. params.yaml:
  63. AUGMENTATION: true
  64. BATCH_SIZE: 32
  65. EPOCHS: 1
  66. IMAGE_SIZE:
  67. - 224
  68. - 224
  69. - 3
  70. outs:
  71. - path: artifacts/training/model.h5
  72. md5: 1e2719f9206505c2076c1f54ac836e41
  73. size: 59135136
Tip!

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

Comments

Loading...