@@ -25,12 +25,12 @@ The [applications/](applications) folder contains example applications written i
2525
2626| Model | Domain | Type | Links |
2727| ------- | ------- | ------- | ------- |
28- | ResNet | Image Classifcation | Training & Inference | [ TensorFlow 1] ( applications/tensorflow/cnns/ ) , [ TensorFlow 2] ( applications/tensorflow/cnns / ) , [ PyTorch] ( applications/pytorch/cnns/ ) |
28+ | ResNet | Image Classifcation | Training & Inference | [ TensorFlow 1] ( applications/tensorflow/cnns/ ) , [ TensorFlow 2] ( applications/tensorflow2/classification / ) , [ PyTorch] ( applications/pytorch/cnns/ ) |
2929| ResNeXt | Image Classifcation | Training & Inference | [ TensorFlow 1] ( applications/tensorflow/cnns/ ) , [ PopART (Inference)] ( applications/popart/resnext_inference )
3030| EfficientNet | Image Classifcation | Training & Inference | [ TensorFlow 1] ( applications/tensorflow/cnns/ ) , [ PyTorch] ( applications/pytorch/cnns/ ) |
3131| MobileNet | Image Classifcation | Inference | [ TensorFlow 1] ( applications/tensorflow/cnns/inference ) |
3232| MobileNetv2 | Image Classifcation | Inference | [ TensorFlow 1] ( applications/tensorflow/cnns/inference ) |
33- | MobileNetv3 | Image Classifcation | Training & Inference | [ PyTorch] ( applications/tensorflow /cnns/ ) |
33+ | MobileNetv3 | Image Classifcation | Training & Inference | [ PyTorch] ( applications/pytorch /cnns/ ) |
3434| ViT(Vision Transformer) | Image Classifcation | Training| [ PyTorch] ( applications/pytorch/vit ) |
3535| Yolov3 | Object Detection | Training & Inference | [ TensorFlow 1] ( applications/tensorflow/detection/yolov3 ) |
3636| Yolov4-P5 | Object Detection | Inference | [ PyTorch] ( applications/pytorch/detection ) |
@@ -41,7 +41,7 @@ The [applications/](applications) folder contains example applications written i
4141| DeepVoice3 | TTS (TextToSpeech) | Training & Inference | [ PopART] ( applications/popart/deep_voice ) |
4242| FastSpeech2 | TTS(TextToSpeech) | Training & Inference | [ TensorFlow 2] ( applications/tensorflow2/fastspeech2/ ) |
4343| Conformer | STT(SpeechToText) | Training & Inference | [ PopART] ( applications/popart/conformer_asr ) |
44- | Conformer with Transformer | STT(SpeechToText) | Training & Inference | [ TensorFlow 1] ( applications/tensorflow/conformer ) |
44+ | Conformer with Transformer | STT(SpeechToText) | Training & Inference | [ TensorFlow 1] ( applications/tensorflow/conformer ) , [ PyTorch ] ( applications/pytorch/conformer ) |
4545| Transfomer Transducer | STT(SpeechToText) | Training & Inference | [ PopART] ( applications/popart/transformer_transducer ) |
4646| TGN (Temporal Graph Network) | GNN | Training & Inference | [ TensorFlow 1] ( applications/tensorflow/tgn/ ) |
4747| MPNN (Message Passing Neural Networks) | GNN | Training & Inference | [ TensorFlow 2] ( code_examples/tensorflow2/message_passing_neural_network ) |
@@ -51,11 +51,12 @@ The [applications/](applications) folder contains example applications written i
5151| RL Policy model | Reinforcement Learning | Training | [ TensorFlow 1] ( applications/tensorflow/reinforcement_learning ) |
5252| MNIST RigL | Dynamic Sparsity | Training | [ TensorFlow 1] ( applications/tensorflow/dynamic_sparsity/mnist_rigl ) |
5353| Autoregressive Language Modelling | Dynamic Sparsity | Training | [ TensorFlow 1] ( applications/tensorflow/dynamic_sparsity/language_modelling ) |
54- | Sales forecasting | MLP (Multi-Layer Perceptron) | Training | [ TensorFlow 1] ( applications/tensorflow/dynamic_sparsity /language_modelling ) |
54+ | Sales forecasting | MLP (Multi-Layer Perceptron) | Training | [ TensorFlow 1] ( applications/tensorflow/sales_forcasting /language_modelling ) |
5555| Contrastive Divergence VAE using MCMC methods | Generative Model | Training | [ TensorFlow 1] ( applications/tensorflow/contrastive_divergence_vae ) |
5656| Monte Carlo Ray Tracing | Vision | Inference | [ Poplar] ( applications/poplar/monte_carlo_ray_tracing ) |
5757
5858
59+
5960### Code examples
6061
6162The [ code_examples/] ( code_examples ) folder contains smaller models and code examples. See the READMEs in each folder for details.
@@ -82,3 +83,4 @@ December 2021:
8283 - GNN : TGN(TensorFlow1), MPNN(TensorFlow 2)
8384
8485
86+
0 commit comments