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 891 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
  1. schema: '2.0'
  2. stages:
  3. process_data:
  4. cmd: python3 code/preprocess.py
  5. deps:
  6. - path: code/preprocess.py
  7. md5: c0d2f2dec6d568eb04e4fcc9b4a4e3a5
  8. size: 2238
  9. - path: data/raw/fer2013.csv
  10. md5: f8428a1edbd21e88f42c73edd2a14f95
  11. size: 301072766
  12. outs:
  13. - path: data/emotion_counts.json
  14. md5: ed42ebc0172085a0431ff3160d0fcd5f
  15. size: 76
  16. isexec: true
  17. - path: data/processed/X_train.npy
  18. md5: 25db8e8172d15ee3fda0d24187561661
  19. size: 843347072
  20. isexec: true
  21. - path: data/processed/X_valid.npy
  22. md5: a208f3a618f8a67a2cd389f37ae5bdea
  23. size: 148856960
  24. isexec: true
  25. - path: data/processed/y_train.npy
  26. md5: ae53df585297b9287d2248cbf827db10
  27. size: 1708296
  28. isexec: true
  29. - path: data/processed/y_valid.npy
  30. md5: 6b7d46a3eff64948e10232e890d671c7
  31. size: 301632
  32. isexec: true
Tip!

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

Comments

Loading...