Skip to content

Commit 7c460f6

Browse files
authored
Fix readme error of information extraction (#1147)
1 parent b259ea3 commit 7c460f6

File tree

1 file changed

+1
-1
lines changed
  • examples/information_extraction/waybill_ie

1 file changed

+1
-1
lines changed

examples/information_extraction/waybill_ie/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ python run_ernie.py
5454
##### 模型导出
5555
使用动态图训练结束之后,还可以将动态图参数导出成静态图参数,具体代码见export_model.py。静态图参数保存在output_path指定路径中。 运行方式:
5656

57-
`python export_model.py --params_path ernie_ckpt/model_80.pdparams --output_path=./output`
57+
`python export_model.py --params_path ernie_ckpt/model_80/model_state.pdparams --output_path=./output`
5858

5959
其中`params_path`是指动态图训练保存的参数路径,`output_path`是指静态图参数导出路径。
6060

0 commit comments

Comments
 (0)