From b1997431911cdff27b5b4407759cde511041abe4 Mon Sep 17 00:00:00 2001 From: Wei Chu Date: Mon, 26 Apr 2021 12:23:41 -0700 Subject: [PATCH] revert gluoncv version --- ci/docker/install/ubuntu_onnx.sh | 2 +- tests/python-pytest/onnx/test_onnxruntime_cv.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ci/docker/install/ubuntu_onnx.sh b/ci/docker/install/ubuntu_onnx.sh index df2baf1f4d8b..da59b52de14f 100755 --- a/ci/docker/install/ubuntu_onnx.sh +++ b/ci/docker/install/ubuntu_onnx.sh @@ -30,4 +30,4 @@ echo "Installing libprotobuf-dev and protobuf-compiler ..." apt-get update || true apt-get install -y libprotobuf-dev protobuf-compiler -pip3 install pytest==6.2.2 pytest-cov==2.11.1 pytest-xdist==2.2.1 protobuf==3.13.0 onnx==1.8.1 Pillow==5.0.0 tabulate==0.7.5 onnxruntime==1.7.0 'numpy>1.16.0,<1.19.0' gluonnlp==0.10.0 gluoncv==0.10.0 +pip3 install pytest==6.2.2 pytest-cov==2.11.1 pytest-xdist==2.2.1 protobuf==3.13.0 onnx==1.8.1 Pillow==5.0.0 tabulate==0.7.5 onnxruntime==1.7.0 'numpy>1.16.0,<1.19.0' gluonnlp==0.10.0 gluoncv==0.8.0 diff --git a/tests/python-pytest/onnx/test_onnxruntime_cv.py b/tests/python-pytest/onnx/test_onnxruntime_cv.py index df6426df88d7..d6c3eecc00cb 100644 --- a/tests/python-pytest/onnx/test_onnxruntime_cv.py +++ b/tests/python-pytest/onnx/test_onnxruntime_cv.py @@ -389,7 +389,8 @@ def img_segmentation_test_images(tmpdir_factory): 'deeplab_resnet101_ade', 'deeplab_resnest50_ade', 'deeplab_resnest101_ade', - 'deeplab_resnest200_ade', + # cannot download this model, skipping for now + # 'deeplab_resnest200_ade', 'deeplab_resnest269_ade', 'fcn_resnet101_coco', 'deeplab_resnet101_coco',