Skip to content

How to use/port quartzNet model on mobile? #1747

Answered by okuchaiev
rahul-hiker asked this question in Q&A
Discussion options

You must be logged in to vote

Can I deploy NeMo trained ASR on mobile platform (Android/iOS)?

  • Yes!

If yes then what are the steps?

  • Every NeMo model is inherited from torch.nn.Module , therefore you should checkout Pytorch tutorials about deploying models on mobile. For example, you can export QuartzNet ASR models into .onnx file for deployment.

Is there a working demo?

  • Unfortunately, we don't have an open-sourced working demo yet.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by okuchaiev
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #1394 on February 10, 2021 23:29.