diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 0000000000000000000000000000000000000000..656efbee055b7c4206df655cfeb8e5b1110dee9b --- /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模型。