inflect_nano_v2 / models /model_meta.json
yangrongzhao
Inflect-Nano-v2 for AX650 NPU3
a44ca9d
Raw
History Blame Contribute Delete
698 Bytes
{
"model_name": "inflect_nano_v2",
"model_type": "vits_tts",
"quantization": "U16",
"hardware": "AX650 NPU3",
"encoder": {
"file": "inflect_encoder.axmodel",
"inputs": [
{
"name": "x_emb",
"shape": [
1,
72,
200
]
},
{
"name": "lengths",
"shape": [
1
]
}
]
},
"decoder": {
"file": "inflect_decoder.axmodel",
"inputs": [
{
"name": "z_p",
"shape": [
1,
128,
500
]
},
{
"name": "y_mask",
"shape": [
1,
1,
500
]
}
]
}
}