From 120093f4af970cb77dfb9dfd677b171f733ce1aa Mon Sep 17 00:00:00 2001 From: mamingjie-China <52770436+mamingjie-China@users.noreply.github.com> Date: Tue, 7 Jul 2020 11:13:02 +0800 Subject: [PATCH] Update x2paddle_model_zoo.md --- x2paddle_model_zoo.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x2paddle_model_zoo.md b/x2paddle_model_zoo.md index edcdd17..e668afa 100644 --- a/x2paddle_model_zoo.md +++ b/x2paddle_model_zoo.md @@ -22,7 +22,8 @@ | 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_ResNet_V2| [code](https://github.com/tensorflow/models/tree/master/research/slim/nets) | - | +| FALSR | [code](https://github.com/xiaomi-automl/FALSR) | - | +| DCSCN | [code](https://modelzoo.co/model/dcscn-super-resolution) | - | ## Caffe -- GitLab