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 864 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. training:
  4. cmd: python3 -m src.model.train
  5. deps:
  6. - path: audio_data/audio/
  7. md5: 5beb628dfbf9ece0ef66a1bef896ff93.dir
  8. size: 807148184
  9. nfiles: 873
  10. - path: audio_data/metadata/UrbanSound8K.csv
  11. md5: 947b97f3241e6f8f956690fe23ac610b
  12. size: 51769
  13. - path: src/const.py
  14. md5: 194acee9d0ba6361048568f14d52060f
  15. size: 266
  16. - path: src/data/generator.py
  17. md5: 42915c90f20e2afe2985872d583cd97e
  18. size: 1421
  19. - path: src/model/train.py
  20. md5: e224797f14a0af375e57f4eb1990f5c7
  21. size: 1752
  22. outs:
  23. - path: metrics.csv
  24. md5: 9cc982f5162fdb1fbe00962c46b726ef
  25. size: 140304
  26. - path: models
  27. md5: 664c32adafd823f92c728cc185ec5cc7.dir
  28. size: 1899629
  29. nfiles: 5
  30. - path: params.yml
  31. md5: 7680ae72213291b15db4ef1ebec17034
  32. size: 472
Tip!

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

Comments

Loading...