From f417569f308382e9d85d307c158405f34462073d Mon Sep 17 00:00:00 2001 From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com> Date: Tue, 14 Jan 2020 21:26:53 +0800 Subject: [PATCH] Update get_data.sh --- python/examples/imdb/get_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/examples/imdb/get_data.sh b/python/examples/imdb/get_data.sh index 5fdb4939..b8931380 100644 --- a/python/examples/imdb/get_data.sh +++ b/python/examples/imdb/get_data.sh @@ -1,2 +1,2 @@ -wget 10.86.69.44:/home/work/incubate/text_classification_data.tar.gz +wget https://fleet.bj.bcebos.com/text_classification_data.tar.gz tar -zxvf text_classification_data.tar.gz -- GitLab