diff --git a/x2paddle_model_zoo.md b/x2paddle_model_zoo.md index 73c65511de064115d958483172a38949db93fe75..0bfc0f3a35c11e7fa0585b5649d9661d8a59e943 100644 --- a/x2paddle_model_zoo.md +++ b/x2paddle_model_zoo.md @@ -20,10 +20,13 @@ | ResNet_V1_101 | [code](https://github.com/tensorflow/models/tree/master/research/slim/nets) |-| | 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) | -| FALSR | [code](https://github.com/xiaomi-automl/FALSR) | - | -| DCSCN | [code](https://modelzoo.co/model/dcscn-super-resolution) | - | +| MTCNN | [code](https://github.com/AITTSMD/MTCNN-Tensorflow) |-| +| YOLO-V3| [code](https://github.com/YunYang1994/tensorflow-yolov3) | 转换需要关闭NHWC->NCHW的优化,见[文档Q2](FAQ.md) | +| 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 | +| Bert(chinese_L-12_H-768_A-12) | [code](https://github.com/google-research/bert#pre-trained-models) | 需使用参数without_data_format_optimization | +| Bert(multi_cased_L-12_H-768_A-12) | [code](https://github.com/google-research/bert#pre-trained-models) | 需使用参数without_data_format_optimization | ## Caffe