From a9ac118245a84d2ca185248e8b68cda395c03ed4 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 12 Oct 2020 15:30:00 +0800 Subject: [PATCH] Update x2paddle_model_zoo.md --- x2paddle_model_zoo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2paddle_model_zoo.md b/x2paddle_model_zoo.md index 464abdf..871b8c3 100644 --- a/x2paddle_model_zoo.md +++ b/x2paddle_model_zoo.md @@ -21,7 +21,7 @@ | ResNet_V2_101 | [code](https://github.com/tensorflow/models/tree/master/research/slim/nets) |-| | 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) | +| YOLO-V3| [code](https://github.com/YunYang1994/tensorflow-yolov3) | -| | FALSR | [code](https://github.com/xiaomi-automl/FALSR) | 需使用参数without_data_format_optimization | | DCSCN | [code](https://modelzoo.co/model/dcscn-super-resolution) | 需使用参数without_data_format_optimization | | Bert(albert) | [code](https://github.com/google-research/albert#pre-trained-models) | 需使用参数without_data_format_optimization | -- GitLab