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.3 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
  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: e069c7323c9be16baedd8f988375e145
  7. size: 5256
  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: 9a1f43f46e8b1c387532e994e721d57d.dir
  17. size: 197717291
  18. nfiles: 2898
  19. train:
  20. cmd: python3 src/code/training.py src/data/processed/train
  21. deps:
  22. - path: src/code/custom_data_loading.py
  23. md5: e04501397e3333bcec07eb8ef633b234
  24. size: 2172
  25. - path: src/code/params.yml
  26. md5: 2263ca2167c1bb4b0f53a9aedb5f238e
  27. size: 217
  28. - path: src/code/training.py
  29. md5: e3dff7f4b59e4ebf818d7631d3e6803a
  30. size: 1683
  31. - path: src/data/processed/train
  32. md5: 9956d748dcadc3abadd1ff966a6e2b92.dir
  33. size: 109120921
  34. nfiles: 1590
  35. outs:
  36. - path: logs/train_metrics.csv
  37. md5: 3504c0db314c5d285f3254f198a85a09
  38. size: 103963
  39. - path: logs/train_params.yml
  40. md5: a2663346b17d042e5da48991fcf62771
  41. size: 886
  42. - path: src/models/
  43. md5: 8969d16fb5b908cbfb6b54dffbf20efc.dir
  44. size: 494926837
  45. nfiles: 1
Tip!

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

Comments

Loading...