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 769 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
  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: 726bf2bed948f73c5c342a96d017539e
  7. - path: src/data/raw/nyu_depth_v2_labeled.mat
  8. md5: 520609c519fba3ba5ac58c8fefcc3530
  9. - path: src/data/raw/splits.mat
  10. md5: 08e3c3aea27130ac7c01ffd739a4535f
  11. outs:
  12. - path: src/data/processed/
  13. md5: 77adb8603dbf31f3b272e0f51b6c2c29.dir
  14. train:
  15. cmd: python3 src/code/training.py src/data/processed
  16. deps:
  17. - path: src/code/training.py
  18. md5: 1d5f2b07b208bf062526e5ebfddca043
  19. - path: src/data/processed/
  20. md5: 77adb8603dbf31f3b272e0f51b6c2c29.dir
  21. outs:
  22. - path: src/models/
  23. md5: e6f3667c5e3ff28faaf9172adab28107.dir
Tip!

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

Comments

Loading...