Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
revert gluoncv version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Chu committed Apr 26, 2021
1 parent 7831786 commit b199743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/docker/install/ubuntu_onnx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 2 additions & 1 deletion tests/python-pytest/onnx/test_onnxruntime_cv.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b199743

Please sign in to comment.