From fed9c039754aa657714d6584208d7cdd15ed601f Mon Sep 17 00:00:00 2001 From: guru4elephant Date: Wed, 4 Mar 2020 10:43:04 +0800 Subject: [PATCH] fix criteo ctr model download url --- python/examples/criteo_ctr/get_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/criteo_ctr/get_data.sh b/python/examples/criteo_ctr/get_data.sh index 338b8d1f..a5dc6882 100644 --- a/python/examples/criteo_ctr/get_data.sh +++ b/python/examples/criteo_ctr/get_data.sh @@ -1,2 +1,2 @@ -wget https://paddle-serving.bj.bcebos.com/data%2Fctr_prediction%2Fctr_data.tar.gz +wget --no-check-certificate https://paddle-serving.bj.bcebos.com/data/ctr_prediction/ctr_data.tar.gz tar -zxvf *ctr_data.tar.gz -- GitLab