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 1.1 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
  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: 0454475c46e5be6abe3d832aa9994316
  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: 5acc1bf76ec0848f10dad0df0de96e67.dir
  14. train:
  15. cmd: python3 src/code/training.py src/data/processed
  16. deps:
  17. - path: src/code/training.py
  18. md5: 438dbbe0524d74bef8c2d1288b5af3a1
  19. - path: src/data/processed/
  20. md5: 5acc1bf76ec0848f10dad0df0de96e67.dir
  21. outs:
  22. - path: src/models/model.pth
  23. md5: a393d3dd2c08ce118423e1a8b328db9e
  24. test:
  25. cmd: python3 src/code/testing.py
  26. deps:
  27. - path: src/code/testing.py
  28. md5: 83341f25ca56c4792a450542d395b010
  29. - path: src/data/processed/
  30. md5: 5acc1bf76ec0848f10dad0df0de96e67.dir
  31. - path: src/models/model.pth
  32. md5: a393d3dd2c08ce118423e1a8b328db9e
  33. outs:
  34. - path: src/eval/
  35. md5: d3c9850218a2278dc2d80b88cd6dab9e.dir
Tip!

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

Comments

Loading...