From 49ceebe13c80350ea3a55b92309f5b5d2b933d51 Mon Sep 17 00:00:00 2001 From: water1981 Date: Wed, 21 Dec 2016 12:26:56 +0800 Subject: [PATCH] modify load_missing_parameter_strategy --- doc/tutorials/embedding_model/index_cn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/embedding_model/index_cn.md b/doc/tutorials/embedding_model/index_cn.md index bf292d2ec1b..bf867350508 100644 --- a/doc/tutorials/embedding_model/index_cn.md +++ b/doc/tutorials/embedding_model/index_cn.md @@ -40,7 +40,7 @@ ### 使用用户指定的词向量字典 ### -使用如下命令,从预训练模型中,根据用户指定的字典,抽取对应的词向量构成新的词表 +使用如下命令,从预训练模型中,根据用户指定的字典,抽取对应的词向量构成新的词表: cd $PADDLE_ROOT/demo/model_zoo/embedding python extract_para.py --preModel PREMODEL --preDict PREDICT --usrModel USRMODEL--usrDict USRDICT -d DIM -- GitLab