How to use/port quartzNet model on mobile? #1747
-
Can I deploy NeMo trained ASR on mobile platform (Android/iOS)? If yes then what are the steps? Is there a working demo? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
-
@okuchaiev Thanks for the reply. I am looking for some answers in order to deploy the NeMo model on mobile.
|
Beta Was this translation helpful? Give feedback.
-
@rahul-hiker you can follow the instruction: https://pytorch.org/mobile/home/ |
Beta Was this translation helpful? Give feedback.
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.