@@ -75,15 +75,18 @@ These examples, along with our NVIDIA deep learning software stack, are provided
7575## Speech to Text
7676| Models | Framework | A100 | AMP | Multi-GPU | Multi-Node | TRT | ONNX | Triton | DLC | NB |
7777| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
78- | [ Jasper] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechRecognition/Jasper ) | PyTorch | Yes | Yes | Yes | - | Yes | Yes | [ Yes] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechRecognition/Jasper/trtis ) | Yes | [ Yes] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechRecognition/Jasper/notebooks ) |
79- | [ Hidden Markov Model] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/Kaldi/SpeechRecognition ) | Kaldi | - | - | Yes | - | - | - | [ Yes] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/Kaldi/SpeechRecognition ) | - | - |
78+ | [ Jasper] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechRecognition/Jasper ) | PyTorch | Yes | Yes | Yes | - | Yes | Yes | [ Yes] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechRecognition/Jasper/trtis ) | Yes | [ Yes] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechRecognition/Jasper/notebooks ) |
79+ | [ QuartzNet] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechRecognition/QuartzNet ) | PyTorch | Yes | Yes | Yes | - | - | - | - | Yes | - |
80+ | [ wav2vec 2.0] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechRecognition/wav2vec2 ) | PyTorch | Yes | Yes | Yes | Yes | - | - | - | Yes | - |
81+ | [ Hidden Markov Model] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/Kaldi/SpeechRecognition ) | Kaldi | - | - | Yes | - | - | - | [ Yes] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/Kaldi/SpeechRecognition ) | - | - |
8082
8183## Text to Speech
8284| Models | Framework | A100 | AMP | Multi-GPU | Multi-Node | TRT | ONNX | Triton | DLC | NB |
8385| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
84- | [ FastPitch] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/FastPitch ) | PyTorch | Yes | Yes | Yes | - | - | - | - | Yes | - |
85- | [ FastSpeech] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/CUDA-Optimized/FastSpeech ) | PyTorch | - | Yes | Yes | - | Yes | - | - | - | - |
86- | [ Tacotron 2 and WaveGlow] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2 ) | PyTorch | Yes | Yes | Yes | - | Yes | Yes | [ Yes] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp ) | Yes | - |
86+ | [ FastPitch] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/FastPitch ) | PyTorch | Yes | Yes | Yes | - | - | - | [ Yes] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/FastPitch/triton ) | Yes | Yes |
87+ | [ FastSpeech] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/CUDA-Optimized/FastSpeech ) | PyTorch | - | Yes | Yes | - | Yes | - | - | - | - |
88+ | [ Tacotron 2 and WaveGlow] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2 ) | PyTorch | Yes | Yes | Yes | - | Yes | Yes | [ Yes] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2/trtis_cpp ) | Yes | - |
89+ | [ HiFi-GAN] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/HiFiGAN ) | PyTorch | Yes | Yes | Yes | - | - | - | - | Yes | - |
8790
8891## Graph Neural Networks
8992| Models | Framework | A100 | AMP | Multi-GPU | Multi-Node | TRT | ONNX | Triton | DLC | NB |
0 commit comments