未验证 提交 4d1738ed 编写于 作者: J Jason 提交者: GitHub

Update README.md

上级 aa22c5e6
......@@ -85,16 +85,6 @@ save_var.list|模型载入过程中的变量list
## 支持模型
tensorflow2fluid在如下tensorflow模型上测试了模型转换前后的diff
| 模型类别| 模型 | code |最大diff |
|--------------| ------------- | --------- |-------- |
|图像分类| [VGG_16] | [code](https://github.com/tensorflow/models/blob/master/research/slim/nets/vgg.py) | 1.04E-05 |
| | [VGG_19] | [code](https://github.com/tensorflow/models/blob/master/research/slim/nets/vgg.py) | 9.07E-06 |
| | [ResNet V1 50] | [code](https://github.com/tensorflow/models/blob/master/research/slim/nets/resnet_v1.py) | 1.31E-06 |
| | [ResNet V1 101] | [code](https://github.com/tensorflow/models/blob/master/research/slim/nets/resnet_v1.py) | 4.74E-07 |
| | [Inception V3] | [code](https://github.com/tensorflow/models/blob/master/research/slim/nets/inception_v3.py) | 1.55E-04 |
|目标检测| [YOLO-Small] | [code](https://github.com/gliese581gg/YOLO_tensorflow) | 1.40E-06 |
| | [YOLO-V3] | [code](https://github.com/mystic123/tensorflow-yolo-v3) | 6.20E-04 |
|语义分割| [Unet] | [code](https://github.com/jakeret/tf_unet) | 4.17E-07 |
| 模型类别 | 模型 | Code | 最大diff |
| -------- | ------------- | ------ | -------- |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册