Vasista Lodagala

Results 1 issues of Vasista Lodagala

Hi, I've a model using the [pruned_transducer_stateless7_streaming](https://github.com/k2-fsa/icefall/tree/master/egs/librispeech/ASR/pruned_transducer_stateless7_streaming) recipe. I've tried to export the model using the [export-onnx.py](https://github.com/k2-fsa/icefall/blob/master/egs/librispeech/ASR/pruned_transducer_stateless7_streaming/export-onnx.py) and [export.py](https://github.com/k2-fsa/icefall/blob/master/egs/librispeech/ASR/pruned_transducer_stateless7_streaming/export.py) with `--onnx` set to `1`. I've then used the [onnx_pretrained.py](https://github.com/k2-fsa/icefall/blob/master/egs/librispeech/ASR/pruned_transducer_stateless7_streaming/onnx_pretrained.py) file...