Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

learn.dvc 2.6 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
  1. cmd: python3 style_learn.py 2>&1 | tee ../model/learn-stdout.txt
  2. deps:
  3. - md5: ec118b8138f3d3253701fc7965b7c8ed
  4. path: style_learn.py
  5. - md5: 75db2a9a39e79051c23457d98095c712
  6. path: train_params.yaml
  7. - md5: b579e7168811a71560bd97b6ef954413
  8. path: ../data/0.zip
  9. md5: 9d8fcaff4912857eb8a8304ff785e9a8
  10. outs:
  11. - cache: true
  12. md5: c3d0b037aa05579ed0c8e74098a20d49
  13. metric: false
  14. path: ../model/model_arch.json
  15. - cache: true
  16. md5: c1267a72ddd123b32a1f65b2df18565c
  17. metric: false
  18. path: ../model/model_params.json
  19. - cache: true
  20. md5: 3a44a8242693b363b9076fc637972b99
  21. metric: false
  22. path: ../model/model_weights.h5
  23. - cache: true
  24. md5: 003898446d853e2e523f40ed118e7f3b
  25. metric: false
  26. path: ../model/learn-stdout.txt
  27. - cache: false
  28. md5: 4bfad46d1ed577bc75923f956437dcfc
  29. metric:
  30. type: json
  31. xpath: test_score
  32. path: ../model/metrics/test_score.json
  33. - cache: false
  34. md5: e605e59d5c5289249b33767c9ff8c743
  35. metric:
  36. type: json
  37. xpath: train_acc
  38. path: ../model/metrics/train_acc.json
  39. - cache: false
  40. md5: 23975f375fd31ecc981ef1bbaead31d9
  41. metric:
  42. type: json
  43. xpath: train_confusion
  44. path: ../model/metrics/train_confusion.json
  45. - cache: false
  46. md5: 781e6ee19cccfbd9b5e10732e6cf3159
  47. metric:
  48. type: json
  49. xpath: train_precision
  50. path: ../model/metrics/train_precision.json
  51. - cache: false
  52. md5: 2dbc986cd61e966e3f9ada4264b4aa6a
  53. metric:
  54. type: json
  55. xpath: train_recall
  56. path: ../model/metrics/train_recall.json
  57. - cache: false
  58. md5: c66dd9c64b2b765f03c481352ce222e4
  59. metric:
  60. type: json
  61. xpath: train_fbeta
  62. path: ../model/metrics/train_fbeta.json
  63. - cache: false
  64. md5: 7f5c96feb748303a288534aed34a5aef
  65. metric:
  66. type: json
  67. xpath: train_support
  68. path: ../model/metrics/train_support.json
  69. - cache: false
  70. md5: ffd8570d70c1721f9e1069073f2021ab
  71. metric:
  72. type: json
  73. xpath: test_acc
  74. path: ../model/metrics/test_acc.json
  75. - cache: false
  76. md5: d0cc86400df86800d9d89d16f7e0e44f
  77. metric:
  78. type: json
  79. xpath: test_confusion
  80. path: ../model/metrics/test_confusion.json
  81. - cache: false
  82. md5: 72a59db14f8af5ba03c03fc4e3cf6f96
  83. metric:
  84. type: json
  85. xpath: test_precision
  86. path: ../model/metrics/test_precision.json
  87. - cache: false
  88. md5: e17292e04045b5e6a8dc5caabd070239
  89. metric:
  90. type: json
  91. xpath: test_recall
  92. path: ../model/metrics/test_recall.json
  93. - cache: false
  94. md5: cb7718d4f3a0b3591129414d6569fade
  95. metric:
  96. type: json
  97. xpath: test_fbeta
  98. path: ../model/metrics/test_fbeta.json
  99. - cache: false
  100. md5: f5b3640698a661f031076f35e38a32ab
  101. metric:
  102. type: json
  103. xpath: test_support
  104. path: ../model/metrics/test_support.json
Tip!

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

Comments

Loading...