From ceda14c98214ff436b359628a37cbbff80b500ff Mon Sep 17 00:00:00 2001 From: mamingjie-China <52770436+mamingjie-China@users.noreply.github.com> Date: Wed, 20 Nov 2019 11:29:56 +0800 Subject: [PATCH] Update x2paddle_model_zoo.md --- x2paddle_model_zoo.md | 1 - 1 file changed, 1 deletion(-) diff --git a/x2paddle_model_zoo.md b/x2paddle_model_zoo.md index 92553ff..0220833 100644 --- a/x2paddle_model_zoo.md +++ b/x2paddle_model_zoo.md @@ -21,7 +21,6 @@ | UNet | [code1](https://github.com/jakeret/tf_unet )/[code2](https://github.com/lyatdawn/Unet-Tensorflow) |-| |MTCNN | [code](https://github.com/AITTSMD/MTCNN-Tensorflow) |-| |YOLO-V3| [code](https://github.com/YunYang1994/tensorflow-yolov3) | 转换需要关闭NHWC->NCHW的优化,见[文档Q2](FAQ.md) | -|Inception_V4| [code](https://github.com/tensorflow/models/tree/master/research/slim/nets) | - | |Inception_ResNet_V2| [code](https://github.com/tensorflow/models/tree/master/research/slim/nets) | - | ## Caffe -- GitLab