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.3 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
  1. schema: '2.0'
  2. stages:
  3. get_data:
  4. cmd: python src/stage_01_get_data.py --config=configs/config.yaml
  5. deps:
  6. - path: configs/config.yaml
  7. md5: bb5adab15f5e84f19e3fb0f932d094c2
  8. size: 754
  9. - path: src/stage_01_get_data.py
  10. md5: c7fb11752549f7930141cc18a7f1a6d0
  11. size: 1522
  12. - path: src/utils/common.py
  13. md5: 154a0d93a4a3eb93f2b4b9c11f646442
  14. size: 2013
  15. outs:
  16. - path: data/cat
  17. md5: 1882b1fa61173939142a036908caa792.dir
  18. size: 392599384
  19. nfiles: 12501
  20. - path: data/dog
  21. md5: 64c1626f4590451549649ec8e54586a3.dir
  22. size: 473591356
  23. nfiles: 12501
  24. prepare_base_model:
  25. cmd: python src/stage_02_prepare_base_model.py --config=configs/config.yaml --params=params.yaml
  26. deps:
  27. - path: configs/config.yaml
  28. md5: bb5adab15f5e84f19e3fb0f932d094c2
  29. size: 754
  30. - path: src/stage_02_prepare_base_model.py
  31. md5: d9ba00d8e6f04e35b8a3d208d782818f
  32. size: 2338
  33. - path: src/utils/common.py
  34. md5: 154a0d93a4a3eb93f2b4b9c11f646442
  35. size: 2013
  36. - path: src/utils/model.py
  37. md5: b301906921a922574a773d140328106d
  38. size: 3425
  39. params:
  40. params.yaml:
  41. IMAGE_SIZE:
  42. - 224
  43. - 224
  44. - 3
  45. LEARNING_RATE: 0.001
  46. outs:
  47. - path: artifacts/base_model/base_model.h5
  48. md5: 28e7400d1ac912df2b52e7f50b37656d
  49. size: 58920408
  50. - path: artifacts/base_model/updated_base_model.h5
  51. md5: 11e06441d9201419c1c9a367c0dbbf64
  52. size: 59134104
  53. prepare_callback:
  54. cmd: python src/stage_03_prepare_callback.py --config=configs/config.yaml
  55. deps:
  56. - path: configs/config.yaml
  57. md5: bb5adab15f5e84f19e3fb0f932d094c2
  58. size: 754
  59. - path: params.yaml
  60. md5: 4ec70b417c75d1e066e48294ea85e613
  61. size: 209
  62. - path: src/stage_03_prepare_callback.py
  63. md5: 978bdbeaf89646e19616d7b0dfaa1b28
  64. size: 1804
  65. - path: src/utils/callbacks.py
  66. md5: fff78e26ff5443e4188156b46bf140da
  67. size: 2167
  68. - path: src/utils/common.py
  69. md5: 154a0d93a4a3eb93f2b4b9c11f646442
  70. size: 2013
  71. outs:
  72. - path: artifacts/callbacks/checkpoint_cb.cb
  73. md5: d84f295f3402d4577005ca198f601456
  74. size: 723
  75. - path: artifacts/callbacks/tensorboard_cb.cb
  76. md5: fc4c712f1a5d95e43bb889987b114f88
  77. size: 572
Tip!

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

Comments

Loading...