mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-25 22:26:24 +00:00
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:
parent
5276bab268
commit
d39db89fbb
1 changed files with 7 additions and 1 deletions
|
|
@ -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)
|
||||
Loading…
Reference in a new issue