Skip to content

Commit 49ceebe

Browse files
authored
modify load_missing_parameter_strategy
1 parent 0029166 commit 49ceebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorials/embedding_model/index_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141

4242
### 使用用户指定的词向量字典 ###
43-
使用如下命令,从预训练模型中,根据用户指定的字典,抽取对应的词向量构成新的词表
43+
使用如下命令,从预训练模型中,根据用户指定的字典,抽取对应的词向量构成新的词表:
4444
cd $PADDLE_ROOT/demo/model_zoo/embedding
4545
python extract_para.py --preModel PREMODEL --preDict PREDICT --usrModel USRMODEL--usrDict USRDICT -d DIM
4646

0 commit comments

Comments
 (0)