From eef92e237a037e324543b1478b55c7a610e920a1 Mon Sep 17 00:00:00 2001 From: wjj19950828 Date: Fri, 9 Jul 2021 20:49:17 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f049da..18037d3 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ x2paddle --framework=caffe --prototxt=deploy.prototxt --weight=deploy.caffemodel 2. 新增Pytorch训练代码转换对[CRAFT](https://github.com/clovaai/CRAFT-pytorch)以及[Seg-Swin-Transformer](https://github.com/open-mmlab/mmsegmentation/tree/master/configs/swin)的支持 3. 优化模型预测速度,去除forward函数开头to_tensor操作。 4. 新增Tensorflow op映射(1个):Sign。 -5. 新增ONNX op映射():NMS、ReduceL1、ReduceL2,支持3D Interpolate。 +5. 新增ONNX op映射(4个):NMS、ReduceL1、ReduceL2、3D Interpolate。 **2021.05.13** -- GitLab