diff --git a/python/examples/README.md b/python/examples/README.md new file mode 100644 index 0000000000000000000000000000000000000000..6e0ee808373f9f9b1c37ae5dab249a864337c642 --- /dev/null +++ b/python/examples/README.md @@ -0,0 +1,11 @@ +## Examples + +### Support `--use_trt` + +the following models support `--use_trt`, which means you can use TensorRT to accelerate inference at Cuda 10.1 or higher. + +- imagenet ResNet50/ResNet101 +- detection faster_rcnn/yolov3/pp-yolo/ttf-net + + + diff --git a/python/examples/README_CN.md b/python/examples/README_CN.md new file mode 100644 index 0000000000000000000000000000000000000000..1da323709e9cd16437881cd47cf4c8f292fbcda3 --- /dev/null +++ b/python/examples/README_CN.md @@ -0,0 +1,9 @@ +## Serving模型示例 + +### 支持TensorRT的模型列表 `--use_trt` + +以下模型支持TensorRT,可以开启 `--use_trt`来加速在线预测,其他模型不能开启。 + +- imagenet ResNet50/ResNet101 +- detection faster_rcnn/yolov3/pp-yolo/ttf-net +i