6 ms·
If you don't mind getting your hands dirty a bit, I think Nvidia's model [Jasper](https://arxiv.org/pdf/1904.03288.pdf https://arxiv.org/pdf/1904.03288.pdf) is
by perturbation 7y ago
If you don't mind getting your hands dirty a bit, I think Nvidia's model [Jasper](https://arxiv.org/pdf/1904.03288.pdf https://arxiv.org/pdf/1904.03288.pdf) is near SOTA, and they have [pretrained models](https://ngc.nvidia.com/catalog/models/nvidia:jaspernet10x5dr https://ngc.nvidia.com/catalog/models/nvidia:jaspernet10x5dr) and [tutorials / scripts](https://nvidia.github.io/NeMo/asr/tutorial.html https://nvidia.github.io/NeMo/asr/tutorial.html) freely available. The first is in their library "nemo", but they also have it available in [vanilla Pytorch](https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechRecognition/Jasper https://github.com/NVIDIA/DeepLearningExamples/tree/master/P...) as well.
- homarp 7y agoand you have a version for the jetson nano: https://github.com/NVIDIA/OpenSeq2Seq/blob/master/example_configs/speech2text/jasper-Mini-for-Jetson.py https://github.com/NVIDIA/OpenSeq2Seq/blob/master/example_co... with install scripts: https://github.com/NVIDIA/OpenSeq2Seq/blob/master/scripts/jetson_install_dependencies.sh https://github.com/NVIDIA/OpenSeq2Seq/blob/master/scripts/je...
- rs23296008n1 7y agoDo you have any experience/opinions on those?