Replies: 3 comments 1 reply
-
Hi, Many thanks for your interest. This is an interesting issue. Note that PyTorch now has mobile and it also light binaries for mobile released in 1.8 (70% size reduction). ONNX is also an option for edge deployment - people were able to launch it on ARM64. As for the TF:
|
Beta Was this translation helpful? Give feedback.
-
So to sum this up:
|
Beta Was this translation helpful? Give feedback.
-
Some weekly stats just for the sake of argument |
Beta Was this translation helpful? Give feedback.
-
🚀 Feature
Publish open source Silero VAD model on TensorFlow or TensorFlow Lite
Motivation
I wish to use your Silero VAD model in a production environment where only TF is supported
Pitch
Silero VAD would be very useful on mobile and embedded devices. TensorFlow Lite is the best variant in context of devices with limited memory and capacity.
Alternatives
I tried to convert both published models to TF but faced with different problems, maybe because of mutable input size or torchscript and onnxruntime instead of classical torch and onnx types.
Additional context
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions