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 943 B

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
  1. process_data:
  2. cmd: python3 src/code/make_dataset.py src/data/raw/nyu_depth_v2_labeled.mat src/data/raw/splits.mat
  3. src/data/processed
  4. deps:
  5. - path: src/code/make_dataset.py
  6. md5: 3a0dee3a1ba9c587b8ca6ea6f0447ada
  7. size: 5227
  8. - path: src/data/raw/nyu_depth_v2_labeled.mat
  9. md5: 520609c519fba3ba5ac58c8fefcc3530
  10. size: 2972037809
  11. - path: src/data/raw/splits.mat
  12. md5: 08e3c3aea27130ac7c01ffd739a4535f
  13. size: 2626
  14. outs:
  15. - path: src/data/processed/
  16. md5: 38e5a1b51dfd29c0f313779b2f3d4540.dir
  17. size: 234696354
  18. nfiles: 2898
  19. train:
  20. cmd: python3 src/code/training.py src/data/processed
  21. deps:
  22. - path: src/code/training.py
  23. md5: 9634e85cffa3cf72d3d3d7739e40969e
  24. size: 1645
  25. - path: src/data/processed/
  26. md5: d98a9647a37ab431bfa35815eb4afda0.dir
  27. size: 232903470
  28. nfiles: 2898
  29. outs:
  30. - path: src/models/
  31. md5: 18d26ed378b1b5ac61425afe153fc076.dir
  32. size: 494926829
  33. nfiles: 1
Tip!

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

Comments

Loading...