From d39db89fbb12894b76ca3e935abc54357bf42815 Mon Sep 17 00:00:00 2001 From: Scott McKay Date: Tue, 11 May 2021 19:48:28 +1000 Subject: [PATCH] Add info on some additional pytorch models that were added to the test models. No new operators are required. (#7644) --- .../android/mobile_package.required_operators.readme.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/ci_build/github/android/mobile_package.required_operators.readme.txt b/tools/ci_build/github/android/mobile_package.required_operators.readme.txt index d32d94d596..707eb790a9 100644 --- a/tools/ci_build/github/android/mobile_package.required_operators.readme.txt +++ b/tools/ci_build/github/android/mobile_package.required_operators.readme.txt @@ -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) \ No newline at end of file