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 857 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
  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: fd5076d53909a47ce3b6598c26af6c97
  7. size: 3783
  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: d98a9647a37ab431bfa35815eb4afda0.dir
  17. size: 232903470
  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: 1d5f2b07b208bf062526e5ebfddca043
  24. - path: src/data/processed/
  25. md5: 77adb8603dbf31f3b272e0f51b6c2c29.dir
  26. outs:
  27. - path: src/models/
  28. md5: e6f3667c5e3ff28faaf9172adab28107.dir
Tip!

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

Comments

Loading...