Views
No views yet
src/.| File | Format | Notes |
|---|---|---|
TenVAD.mlpackage | CoreML mlprogram (fp32) | |
TenVAD_int8.mlpackage | CoreML mlprogram (int8 weight-quant) | smaller, ~same accuracy |
1{
2 "input_1": [
3 1,
4 3,
5 41
6 ],
7 "input_2": [
8 1,
9 64
10 ],
11 "input_3": [
12 1,
13 64
14 ],
15 "input_6": [
16 1,
17 64
18 ],
19 "input_7": [
20 1,
21 64
22 ]
23}1{
2 "output_1": "(1,T,1) prob",
3 "output_2": [
4 1,
5 64
6 ],
7 "output_3": [
8 1,
9 64
10 ],
11 "output_6": [
12 1,
13 64
14 ],
15 "output_7": [
16 1,
17 64
18 ]
19}| Variant | max abs diff | mean abs diff | Pearson |
|---|---|---|---|
| fp32 | 5.960e-08 | 2.384e-08 | 1.000000 |
| int8 | 8.149e-04 | 4.537e-04 | 0.999990 |
coremltools 9.0, mlprogram format, minimum_deployment_target=iOS17.