@@ -21,15 +21,13 @@ The examples are organized first by framework, such as TensorFlow, PyTorch, etc.
2121- __ SSD__ [[ PyTorch] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Detection/SSD )] [[ TensorFlow] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Detection/SSD )]
2222- __ Mask R-CNN__ [[ PyTorch] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Segmentation/MaskRCNN )]
2323- __ U-Net(industrial)__ [[ TensorFlow] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/UNet_Industrial )]
24- - __ U-Net(medical)__ [[ TensorFlow] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/UNet_Medical )]
24+ - __ U-Net(medical)__ [[ TensorFlow] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/UNet_Medical )] [[ TensorFlow2 ] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow2/Segmentation/UNet_Medical )]
2525- __ VNet__ [[ TensorFlow] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/VNet )]
2626
27-
28-
2927### Natural Language Processing
3028- __ GNMT__ [[ PyTorch] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Translation/GNMT )] [[ TensorFlow] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Translation/GNMT )]
3129- __ Transformer__ [[ PyTorch] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Translation/Transformer )]
32- - __ BERT__ [[ PyTorch] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/LanguageModeling/BERT )] [[ TensorFlow] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/LanguageModeling/BERT )]
30+ - __ BERT__ [[ PyTorch] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/LanguageModeling/BERT )] [[ TensorFlow] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/LanguageModeling/BERT )]
3331- __ Transformer-XL__ [[ PyTorch] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/LanguageModeling/Transformer-XL )]
3432
3533
@@ -44,6 +42,52 @@ The examples are organized first by framework, such as TensorFlow, PyTorch, etc.
4442### Speech Recognition
4543- __ Jasper__ [[ PyTorch] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechRecognition/Jasper )]
4644
45+ ### CUDA Accelerated Applications
46+ - __ Kaldi__ [[ TRTIS] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/Kaldi/SpeechRecognition )]
47+
48+ ## Jupyter Notebooks
49+ | Models <img width =500/ >| TensorFlow <img width =200/ >| PyTorch <img width =500/ >| TensorRT <img width =400/ >| TRTIS <img width =400/ >|
50+ | ------------- | ------------- | ------------- | ------------- | ------------- |
51+ | SSD | [ Inference] ( https://github.com/NVIDIA/DeepLearningExamples/blob/master/TensorFlow/Detection/SSD/models/research/object_detection/object_detection_tutorial.ipynb ) | [ Inference] ( https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/Detection/SSD/examples/inference.ipynb ) | - | - |
52+ | MaskRCNN | - | [ Training & Inference] ( https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/Segmentation/MaskRCNN/pytorch/notebooks/pytorch_MaskRCNN_pyt_train_and_inference.ipynb ) | - | - |
53+ | Jasper | - | - | [ PyTorch Inference TensorRT Colab] ( https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/SpeechRecognition/Jasper/notebooks/Colab_Jasper_TRT_inference_demo.ipynb ) , [ PyTorch Inference TensorRT] ( https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/SpeechRecognition/Jasper/notebooks/JasperTRT.ipynb ) | [ PyTorch Inference TRTIS] ( https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/SpeechRecognition/Jasper/notebooks/JasperTRTIS.ipynb ) |
54+ | Tacotron2 & WaveGlow | - | [ Training & Inference] ( https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/SpeechSynthesis/Tacotron2/notebooks/Tacotron2.ipynb ) | - | [ PyTorch Inference TRTIS] ( https://github.com/NVIDIA/DeepLearningExamples/blob/master/PyTorch/SpeechSynthesis/Tacotron2/notebooks/trtis/notebook.ipynb ) |
55+ | BERT | [ Inference Movie Review Sentiment] ( https://github.com/NVIDIA/DeepLearningExamples/blob/master/TensorFlow/LanguageModeling/BERT/predicting_movie_reviews_with_bert_on_tf_hub.ipynb ) , [ Fine-Tuning SQuaD] ( https://github.com/NVIDIA/DeepLearningExamples/blob/80f9481ef8a2c61958f240618077bf89cfce78f6/TensorFlow/LanguageModeling/BERT/notebooks/bert_squad_tf_finetuning.ipynb ) , [ Inference Colab] ( https://github.com/NVIDIA/DeepLearningExamples/blob/master/TensorFlow/LanguageModeling/BERT/notebooks/bert_squad_tf_inference_colab.ipynb ) , [ Inference] ( https://github.com/NVIDIA/DeepLearningExamples/blob/80f9481ef8a2c61958f240618077bf89cfce78f6/TensorFlow/LanguageModeling/BERT/notebooks/bert_squad_tf_inference.ipynb ) | - | - | - |
56+ | BioBERT | [ Inference] ( https://github.com/NVIDIA/DeepLearningExamples/blob/master/TensorFlow/LanguageModeling/BERT/notebooks/biobert_ner_tf_inference.ipynb ) | - | - | - |
57+ | UNet Industrial | [ Export and Inference Colab] ( https://github.com/NVIDIA/DeepLearningExamples/blob/80f9481ef8a2c61958f240618077bf89cfce78f6/TensorFlow/Segmentation/UNet_Industrial/notebooks/Colab_UNet_Industrial_TF_TFHub_export.ipynb ) , [ Inference] ( https://github.com/NVIDIA/DeepLearningExamples/blob/80f9481ef8a2c61958f240618077bf89cfce78f6/TensorFlow/Segmentation/UNet_Industrial/notebooks/Colab_UNet_Industrial_TF_TFHub_inference_demo.ipynb ) | - | - | - |
58+ | Automatic Mixed Precision | [ AMP Training] ( https://github.com/NVIDIA/DeepLearningExamples/blob/80f9481ef8a2c61958f240618077bf89cfce78f6/TensorFlow/docs/amp/notebook_v1.14/auto_mixed_precision_demo_cifar10.ipynb ) | - | - | - |
59+
60+
61+ ## Feature Matrix
62+ | Models | Framework | DALI | AMP | Multi-GPU | Multi-Node | TensorRT | ONNX | TRTIS | TF-TRT |
63+ | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
64+ | [ ResNet50 v1.5] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Classification/ConvNets/resnet50v1.5 ) | PyTorch | Yes | Yes | Yes | - | - | - | - | - |
65+ | [ ResNeXt101-32x4d] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Classification/ConvNets/resnext101-32x4d ) | PyTorch | Yes | Yes | Yes | - | - | - | - | - |
66+ | [ SE-ResNeXt101-32x4d] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Classification/ConvNets/se-resnext101-32x4d ) | PyTorch | Yes | Yes | Yes | - | - | - | - | - |
67+ | [ SSD300 v1.1] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Detection/SSD ) | PyTorch | Yes | Yes | Yes | - | - | - | - | - |
68+ | [ BERT] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/LanguageModeling/BERT ) | PyTorch | N/A | Yes | Yes | Yes | - | - | - | - |
69+ | [ Transformer-XL] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/LanguageModeling/Transformer-XL ) | PyTorch | N/A | Yes | Yes | Yes | - | - | - | - |
70+ | [ Neural Collaborative Filtering] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Recommendation/NCF ) | PyTorch | N/A | Yes | Yes | - | - | - | - | - |
71+ | [ Mask R-CNN] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Segmentation/MaskRCNN ) | PyTorch | N/A | Yes | Yes | - | - | - | - | - |
72+ | [ Jasper] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechRecognition/Jasper ) | PyTorch | N/A | Yes | Yes | - | Yes | Yes | Yes | - |
73+ | [ Tacotron 2 And WaveGlow v1.10] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/SpeechSynthesis/Tacotron2 ) | PyTorch | N/A | Yes | Yes | - | Yes | Yes | Yes | - |
74+ | [ GNMT v2] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Translation/GNMT ) | PyTorch | N/A | Yes | Yes | - | - | - | - | - |
75+ | [ Transformer] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Translation/Transformer ) | PyTorch | N/A | Yes | Yes | - | - | - | - | - |
76+ | [ ResNet-50 v1.5] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Classification/RN50v1.5 ) | TensorFlow | Yes | Yes | Yes | - | - | - | - | - |
77+ | [ SSD320 v1.2] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Detection/SSD ) | TensorFlow | N/A | Yes | Yes | - | - | - | - | - |
78+ | [ BERT] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/LanguageModeling/BERT ) | TensorFlow | N/A | Yes | Yes | Yes | Yes | - | Yes | Yes |
79+ | [ BioBert] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/LanguageModeling/BERT/biobert ) | TensorFlow | N/A | Yes | Yes | - | - | - | - | - |
80+ | [ Neural Collaborative Filtering] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Recommendation/NCF ) | TensorFlow | N/A | Yes | Yes | - | - | - | - | - |
81+ | [ Variational Autoencoder Collaborative Filtering] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Recommendation/VAE-CF ) | TensorFlow | N/A | Yes | Yes | - | - | - | - | - |
82+ | [ U-Net Industrial] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/UNet_Industrial ) | TensorFlow | N/A | Yes | Yes | - | Yes | - | - | Yes |
83+ | [ U-Net Medical] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/UNet_Medical ) | TensorFlow | N/A | Yes | Yes | - | Yes | - | - | Yes |
84+ | [ U-Net Medical] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/UNet_Medical ) | TensorFlow2 | N/A | Yes | Yes | - | Yes | - | - | Yes |
85+ | [ V-Net Medical] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Segmentation/VNet ) | TensorFlow | N/A | Yes | Yes | - | Yes | Yes | - | Yes |
86+ | [ GNMT v2] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/TensorFlow/Translation/GNMT ) | TensorFlow | N/A | Yes | Yes | - | - | - | - | - |
87+ | [ Faster Transformer] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/FasterTransformer ) | Tensorflow | N/A | - | - | - | Yes | - | - | - |
88+ | [ ResNet50 v1.5] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/MxNet/Classification/RN50v1.5 ) | MXNet | Yes | Yes | Yes | - | - | - | - | - |
89+ | [ HMM] ( https://github.com/NVIDIA/DeepLearningExamples/tree/master/Kaldi/SpeechRecognition ) | Kaldi | N/A | - | Yes | - | - | - | Yes | - |
90+
4791## NVIDIA support
4892In each of the network READMEs, we indicate the level of support that will be provided. The range is from ongoing updates and improvements to a point-in-time release for thought leadership.
4993
@@ -55,3 +99,4 @@ In each of the network READMEs, we indicate any known issues and encourage the c
5599
56100
57101
102+
0 commit comments