From 349a74617dd1c203d28b19c3651702561f4f616e Mon Sep 17 00:00:00 2001 From: SunAhong1993 <48579383+SunAhong1993@users.noreply.github.com> Date: Thu, 10 Dec 2020 15:21:29 +0800 Subject: [PATCH] Create README.md --- docs/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000..656efbe --- /dev/null +++ b/docs/README.md @@ -0,0 +1,9 @@ +# 一、 introduction +1. op_list.md:当前转换各个框架支持的op。 +2. x2paddle_model_zoo.md:测试过的模型列表。 +# 二、 user_guides +1. FQA.md:常见问题集合。 +2. add_caffe_custom_layer.md:添加caffe自定义Layer的方法,以及当前支持的自定义Layer列表。 +3. export_tf_model.md:导出本工具支持的TensorFlow模型。 +4. pytorch2onnx.md:将PyTorch导出为ONNX。 +5. pytorch2paddle.md:将PyTorch模型转换为Paddle模型。 -- GitLab