From d9a5fd4fdec013b2d80791b6305f65bd809cdaae Mon Sep 17 00:00:00 2001 From: mamingjie-China <52770436+mamingjie-China@users.noreply.github.com> Date: Thu, 31 Oct 2019 16:03:48 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cc67fb5..9838069 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ onnx : onnx == 1.5.0 onnxruntime == 0.4.0 ``` git clone https://github.com/PaddlePaddle/X2Paddle.git cd X2Paddle -git checkout develop +git checkout develop-1.6 python setup.py install ``` @@ -59,7 +59,7 @@ x2paddle --framework=onnx --model=onnx_model.onnx --save_dir=pd_model |--caffe_proto | **[可选]** 由caffe.proto编译成caffe_pb2.py文件的存放路径,当存在自定义Layer时使用,默认为None | |--without_data_format_optimization | **[可选]** For TensorFlow, 当指定该参数时,关闭NHWC->NCHW的优化,见[文档Q2](FAQ.md) | |--define_input_shape | **[可选]** For TensorFlow, 当指定该参数时,强制用户输入每个Placeholder的shape,见[文档Q2](FAQ.md) | - +|--params_merge | **[可选]** 当指定该参数时,转换完成后,inference_model中的所有模型参数将合并保存为一个文件__params__ | ## 使用转换后的模型 转换后的模型包括`model_with_code`和`inference_model`两个目录。 -- GitLab