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.2 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
46
47
48
49
50
  1. schema: '2.0'
  2. stages:
  3. train:
  4. cmd: python3 src/train.py
  5. deps:
  6. - path: data/raw/wildfire-raw-yolov8
  7. hash: md5
  8. md5: c8e7661c5612de4b50ad0a2748b496d7.dir
  9. size: 28874521
  10. nfiles: 1477
  11. - path: params.yaml
  12. hash: md5
  13. md5: adc0df879b4bb0dc206703cd56ed8aa5
  14. size: 227
  15. - path: src/train.py
  16. hash: md5
  17. md5: a2a2f02b69ec84a2ed8ef088e78bd84e
  18. size: 2041
  19. - path: src/utils.py
  20. md5: 5440f0cb53d7c318e2233a2414c32147
  21. size: 1228
  22. outs:
  23. - path: models/model.pt
  24. hash: md5
  25. md5: 33488f8dba84bcc1fa0fba08b6d61716
  26. size: 22503449
  27. isexec: true
  28. - path: reports/train_metrics.csv
  29. hash: md5
  30. md5: 8c78227d80add808a03c52b7b8b4759b
  31. size: 7056
  32. isexec: true
  33. - path: reports/train_params.yaml
  34. hash: md5
  35. md5: 3bd71e41c9d89392a740171db11107db
  36. size: 1660
  37. isexec: true
  38. test:
  39. cmd: python src/predict.py
  40. deps:
  41. - path: data/raw/wildfire-raw-yolov8
  42. md5: ffe9083905cf64817ca61146b3356bb6.dir
  43. size: 28867246
  44. nfiles: 1482
  45. - path: models/model.pt
  46. md5: a8fa6711eedec056b859e0f899f853ed
  47. size: 22495096
  48. - path: src/predict.py
  49. md5: 89e2f32ae1996a0c6ed060d658bc493d
  50. size: 533
Tip!

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

Comments

Loading...