Add info on some additional pytorch models that were added to the test models. No new operators are required. (#7644)

This commit is contained in:
Scott McKay 2021-05-11 19:48:28 +10:00 committed by GitHub
parent 5276bab268
commit d39db89fbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,12 @@ Models from MLPerf Mobile
- ssd_mobilenet_v2_300-qdq.onnx
Other
Mobilenet v2 from pytortch
Mobilenet v2 from pytorch
- pytorch.mobilenet_v2_float.onnx
- pytorch.mobilenet_v2_uint8.onnx
Other assorted pytorch models
- Huggingface mobilebert-uncased (https://huggingface.co/transformers/serialization.html, https://huggingface.co/google/mobilebert-uncased)
- SuperResolution (https://pytorch.org/tutorials/advanced/super_resolution_with_onnxruntime.html)
- DeepLabV3 (https://pytorch.org/tutorials/beginner/deeplabv3_on_android.html)
- EfficientNet (https://github.com/lukemelas/EfficientNet-PyTorch)
- SSD Mobilenet V1 and V2 (https://github.com/qfgaohao/pytorch-ssd)