File size: 582 Bytes
1ebfbbf | 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 | {
"model_name": "H-GTCRN-core",
"framework": "pytorch",
"route": "general_split",
"split_note": "CPU computes STFT/WPE/IVA/features and ISTFT; AXMODEL runs GTCRN neural core feat->mask.",
"inputs": [
{
"name": "feat",
"shape": [
1,
6,
626,
257
],
"dtype": "float32",
"layout": "NCHW"
}
],
"outputs": [
{
"name": "mask",
"shape": [
1,
2,
626,
257
],
"dtype": "float32"
}
],
"opset": 17,
"torch_onnx_cosine": 0.9999999999996632
}
|