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.9 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
114
115
  1. schema: '2.0'
  2. stages:
  3. download_file:
  4. cmd: gsutil cp gs://kaggle-data-tpu/test/test.txt test.txt
  5. deps:
  6. - path: gs://kaggle-data-tpu/test/test.txt
  7. md5: 74e24b46e2336dd063622ee49c96514d
  8. size: 22
  9. outs:
  10. - path: test.txt
  11. md5: 74e24b46e2336dd063622ee49c96514d
  12. size: 22
  13. download_file_2:
  14. cmd: gsutil cp gs://kaggle-data-tpu/test/test_2.txt test_2.txt
  15. deps:
  16. - path: remote://gcs_test/test_2.txt
  17. md5: 74e24b46e2336dd063622ee49c96514d
  18. size: 22
  19. outs:
  20. - path: test_2.txt
  21. md5: 74e24b46e2336dd063622ee49c96514d
  22. size: 22
  23. test_read_blob_gcs:
  24. cmd: python src/test.py
  25. deps:
  26. - path: remote://gcs_test/test_2.txt
  27. md5: 74e24b46e2336dd063622ee49c96514d
  28. size: 22
  29. test_list_objects_gcs:
  30. cmd: python src/test_list_blobs.py
  31. deps:
  32. - path: remote://gcs_test
  33. md5: 4c8d119295d08db866947dea99bd3272.dir
  34. size: 44
  35. nfiles: 2
  36. split:
  37. cmd: python3 src/pipeline/split.py --gcs-path gs://kaggle-data-tpu/images --train-split-path
  38. data/interim/train_split.json --val-split-path data/interim/val_split.json --images-count-path
  39. data/interim/images_count.json --validation-split 0.19 --image-size 331
  40. deps:
  41. - path: remote://gcs_images
  42. md5: 61d4627ec881871e7683b161b726e3ee.dir
  43. size: 1067709259
  44. nfiles: 3735
  45. - path: src/pipeline/split.py
  46. md5: 7e2d9421f9cac18bd18b4d7a55ab5f0d
  47. size: 3159
  48. outs:
  49. - path: data/interim/images_count.json
  50. md5: cb5f6e38428e031affe368e5e4b64351
  51. size: 59
  52. - path: data/interim/train_split.json
  53. md5: 990315c7d90f4d0d640be37145518a78
  54. size: 962
  55. - path: data/interim/val_split.json
  56. md5: 3a634df5d52902bd59ebd43b98844c22
  57. size: 222
  58. train:
  59. cmd: python src/pipeline/train.py --lr-start 1e-05 --classes-path data/domain/classes.json
  60. --image-size 331 --epochs 12 --batch-size 16 --train-split-path data/interim/train_split.json
  61. --val-split-path data/interim/val_split.json --images-count-path data/interim/images_count.json
  62. --saved-model-path models/xception_model.h5 --train-plot-path plots/train_accuracy_plot.json
  63. --checkpoint-dir checkpoints --checkpoint-prefix cp.ckpt
  64. deps:
  65. - path: data/domain/classes.json
  66. md5: 536eef1578b80119c679abe0e2fe63c7
  67. size: 77
  68. - path: data/interim/images_count.json
  69. md5: cb5f6e38428e031affe368e5e4b64351
  70. size: 59
  71. - path: data/interim/train_split.json
  72. md5: 990315c7d90f4d0d640be37145518a78
  73. size: 962
  74. - path: data/interim/val_split.json
  75. md5: 3a634df5d52902bd59ebd43b98844c22
  76. size: 222
  77. - path: src/pipeline/train.py
  78. md5: c8004d60d4b563d7f6e91484ce47ef59
  79. size: 8653
  80. outs:
  81. - path: checkpoints/checkpoint
  82. md5: 04d5dddb0afda887c287a6ba51725e32
  83. size: 71
  84. - path: checkpoints/cp.ckpt.data-00000-of-00001
  85. md5: d2c83af5170baada8a2d7180c1ebcc1e
  86. size: 250102229
  87. - path: checkpoints/cp.ckpt.index
  88. md5: ad47ca60d78377d23dd5d90931c1b647
  89. size: 40587
  90. - path: models/xception_model.h5
  91. md5: f1a02bff5e323e4b1e7e59cf5e50950b
  92. size: 250635496
  93. - path: plots/train_accuracy_plot.json
  94. md5: 302c3d789dddeebe589f774989a8fafc
  95. size: 1571
  96. setup:
  97. cmd: python3 src/pipeline/setup.py
  98. evaluate:
  99. cmd: python src/pipeline/evaluate.py --image-size 331 --batch-size 16 --val-split-path
  100. data/interim/val_split.json --saved-model-path models/xception_model.h5 --evaluate-metrics-path
  101. metrics/evaluate_metrics.json
  102. deps:
  103. - path: data/interim/val_split.json
  104. md5: 3a634df5d52902bd59ebd43b98844c22
  105. size: 222
  106. - path: models/xception_model.h5
  107. md5: f1a02bff5e323e4b1e7e59cf5e50950b
  108. size: 250635496
  109. - path: src/pipeline/evaluate.py
  110. md5: 8cad7e36c9b7a4e92d9c73d462406d9c
  111. size: 2263
  112. outs:
  113. - path: metrics/evaluate_metrics.json
  114. md5: a70c54a6c2ce6688688b03143f076c12
  115. size: 64
Tip!

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

Comments

Loading...