File size: 1,839 Bytes
6866fdc | 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 | {
"profile": "dpdfnet4",
"title": "DPDFNet-4",
"sample_rate": 16000,
"fft_size": 320,
"hop_size": 160,
"frequency_bins": 161,
"state_size": 52592,
"initial_state_file": "DPDFNet4-initial-state-f32.bin",
"explicit_model": "DPDFNet4-Streaming.mlpackage",
"explicit_fp32_model": "DPDFNet4-Streaming-FP32.mlpackage",
"resident_model": "DPDFNet4-Streaming-State.mlpackage",
"validation": {
"frames": 12,
"explicit_output": {
"correlation": 0.9927952038280239,
"rmse": 8.461416369186444e-05,
"normalized_rmse": 0.12002493727953133,
"maximum_absolute_error": 0.0009011869551613927
},
"explicit_state": {
"correlation": 0.9999993603846058,
"rmse": 0.0020585762078087354,
"normalized_rmse": 0.0011448884309491864,
"maximum_absolute_error": 0.16117095947265625
},
"explicit_fp32_output": {
"correlation": 0.9999999999347807,
"rmse": 8.052760250805834e-09,
"normalized_rmse": 1.1422816250360271e-05,
"maximum_absolute_error": 9.815266821533442e-08
},
"explicit_fp32_state": {
"correlation": 1.0,
"rmse": 1.302360852194665e-07,
"normalized_rmse": 7.243151198108724e-08,
"maximum_absolute_error": 3.814697265625e-06
},
"resident_output": {
"correlation": 0.992286283428231,
"rmse": 8.743101633543035e-05,
"normalized_rmse": 0.1240206343013786,
"maximum_absolute_error": 0.0009785620495676994
},
"resident_state": {
"correlation": 0.999999357389139,
"rmse": 0.002063418651997784,
"normalized_rmse": 0.0011475815828026514,
"maximum_absolute_error": 0.16117095947265625
},
"explicit_warm_median_ms": 2.579270483693108,
"explicit_fp32_warm_median_ms": 2.4225005181506276,
"resident_warm_median_ms": 2.4513959942851216
}
}
|