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.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
  1. schema: '2.0'
  2. stages:
  3. data_ingestion:
  4. cmd: python src\DeepClassifier\pipeline\stage1_data_ingestion.py
  5. deps:
  6. - path: configs\config.yaml
  7. md5: 63dc4736e74a03dd3e1828665c4f6de3
  8. size: 1093
  9. - path: src\DeepClassifier\pipeline\stage1_data_ingestion.py
  10. md5: 634a059c5cfab2580c03d9452e4f3b9b
  11. size: 866
  12. outs:
  13. - path: artifact\data_ingestion\PetImages
  14. md5: 3a5cf86541f22c236620ce5b952ad684.dir
  15. size: 848866410
  16. nfiles: 24998
  17. prepare_base_model:
  18. cmd: python src\DeepClassifier\pipeline\stage2_prepare_base_model.py
  19. deps:
  20. - path: configs\config.yaml
  21. md5: 63dc4736e74a03dd3e1828665c4f6de3
  22. size: 1093
  23. - path: src\DeepClassifier\pipeline\stage2_prepare_base_model.py
  24. md5: 71f27482dd6cb47a0310b26463a8b966
  25. size: 946
  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: artifact\prepare_base_model
  38. md5: 3e1deca54048509d80f53844ead54126.dir
  39. size: 118053368
  40. nfiles: 2
  41. training:
  42. cmd: python src\DeepClassifier\pipeline\stage3_training.py
  43. deps:
  44. - path: artifact\data_ingestion\PetImages
  45. md5: 3a5cf86541f22c236620ce5b952ad684.dir
  46. size: 848866410
  47. nfiles: 24998
  48. - path: artifact\prepare_base_model
  49. md5: 3e1deca54048509d80f53844ead54126.dir
  50. size: 118053368
  51. nfiles: 2
  52. - path: configs\config.yaml
  53. md5: 63dc4736e74a03dd3e1828665c4f6de3
  54. size: 1093
  55. - path: src\DeepClassifier\components\prepare_callbacks.py
  56. md5: 5dd680c2f90d1e40f9e173fb0e96dc3f
  57. size: 991
  58. - path: src\DeepClassifier\pipeline\stage3_training.py
  59. md5: 197298c39bf0266d4c2eaa3c573404e9
  60. size: 1136
  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: artifact\training\model.h5
  72. md5: 6ee22c73109589c79cafedaab49a512a
  73. size: 59135136
Tip!

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

Comments

Loading...