-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ONNX #12
Comments
Could you be more specific? |
Export ONNX modelonnx_enc_model_fname = onnx_model_path + "/" + 'encoder.onnx' model.encoder.export(onnx_enc_model_fname) model_file = "/content/tokenizer_all_sets/tokenizer.model" vocab_file = "/content/tokenizer.vocab"#model_file.replace(".model", ".vocab") sp = spm.SentencePieceProcessor() encoder = onnx_enc_model_fname recognizer = sherpa_onnx.OfflineRecognizer.from_transducer( *colab is dead |
I suggest that you learn how to ask a question so that others can help you. |
@we11as22 We have supported it in sherpa-onnx |
How can I launch GigaAM_RNNT using ONNX?
sherpa-onnx crashes colab(
Please, help me with this
The text was updated successfully, but these errors were encountered: