wenet
wenet copied to clipboard
The exported onnx model has some useless module
Describe the bug
我使用如下的参数对非流式的conformer进行转换

得到的onnx模型中的r_cnn_cache并没有参与任何计算,说明这部分是没有用的

看了下代码,如果使用非流式的模型应该是不包含cache部分,但是模型转出来包括att_cache和图中的cnn_cache
This issue has been automatically closed due to inactivity.