Support streaming conformer CTC models from wenet (#427)
This commit is contained in:
@@ -164,6 +164,7 @@ def main():
|
||||
dynamic_axes={
|
||||
"x": {0: "N", 1: "T"},
|
||||
"attn_cache": {2: "T"},
|
||||
"attn_mask": {2: "T"},
|
||||
"log_probs": {0: "N"},
|
||||
"new_attn_cache": {2: "T"},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user