From d51d0ad7857b9e44c9cf544d6512fc70abaaba6c Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Fri, 3 Apr 2020 14:00:27 +0800 Subject: [PATCH] Update README.md --- python/examples/criteo_ctr_with_cube/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python/examples/criteo_ctr_with_cube/README.md b/python/examples/criteo_ctr_with_cube/README.md index fb703845..644ee880 100755 --- a/python/examples/criteo_ctr_with_cube/README.md +++ b/python/examples/criteo_ctr_with_cube/README.md @@ -19,11 +19,15 @@ go to directory `python/examples/criteo_ctr_with_cube` sh get_data.sh ``` -### Train and Save Model +### Download Model and Sparse Parameter Sequence Files ``` -python local_train.py +wget https://paddle-serving.bj.bcebos.com/unittest/ctr_cube_unittest.tar.gz" +tar xf ctr_cube_unittest.tar.gz +mv models/ctr_client_conf ./ +mv models/ctr_serving_model_kv ./ +mv models/data ./cube/ ``` -the trained model will be in ./ctr_server_model and ./ctr_client_config, and ctr_server_model_kv, ctr_client_conf_kv。 +the model will be in ./ctr_server_model and ./ctr_client_config, and ctr_server_model_kv, ctr_client_conf_kv。 ### Start Sparse Parameter Indexing Service ``` -- GitLab