From 95b56c9047f8fd1e7ec1f644233cff8c5e255e3c Mon Sep 17 00:00:00 2001 From: chenguowei01 Date: Mon, 25 May 2020 22:13:13 +0800 Subject: [PATCH] update humanseg.py --- contrib/HumanSeg/models/humanseg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/HumanSeg/models/humanseg.py b/contrib/HumanSeg/models/humanseg.py index 60e89bde..88bb680d 100644 --- a/contrib/HumanSeg/models/humanseg.py +++ b/contrib/HumanSeg/models/humanseg.py @@ -302,7 +302,7 @@ class SegModel(object): from utils import HumanSegPostTrainingQuantization except: raise Exception( - "Model Quantization is not available, try to upgrade your paddlepaddle>=1.7.0" + "Model Quantization is not available, try to upgrade your paddlepaddle>=1.8.1" ) is_use_cache_file = True if cache_dir is None: -- GitLab