fixed the invalid links

This commit is contained in:
caojiewen 2021-07-05 00:57:39 +08:00
parent 66c03ebc06
commit c1cadc6927
5 changed files with 9 additions and 9 deletions

View File

@ -20,7 +20,7 @@ In order to facilitate developers to enjoy the benefits of MindSpore framework,
- [ResNet50[benchmark]](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/resnet/README.md)
- [ResNet50_Quant](https://gitee.com/mindspore/mindspore/blob/master/model_zoo/official/cv/resnet50_quant/README.md)
- [ResNet101](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/resnet/README.md)
- [ResNext50](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/resnext50/README.md)
- [ResNext50](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/resnext/README.md)
- [VGG16](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/vgg16/README.md)
- [AlexNet](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/alexnet/README.md)
- [LeNet](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/lenet/README.md)

View File

@ -20,7 +20,7 @@
- [ResNet-50[基准]](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/resnet/README.md)
- [ResNet50_Quant](https://gitee.com/mindspore/mindspore/blob/master/model_zoo/official/cv/resnet50_quant/README.md)
- [ResNet-101](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/resnet/README.md)
- [ResNeXt-50](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/resnext50/README.md)
- [ResNeXt-50](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/resnext/README_CN.md)
- [VGG16](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/vgg16/README.md)
- [AlexNet](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/alexnet/README.md)
- [LeNet](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/official/cv/lenet/README.md)

View File

@ -322,17 +322,17 @@ Total data:50000, top1 accuracy:0.79858, top5 accuracy:0.94716
| Total time | 7.8 h 8ps | 21.5 h 8ps |
| Checkpoint for Fine tuning | 192 M(.ckpt file) | 192 M(.ckpt file) |
| Parameters | ResNeXt101 | |
| Parameters | ResNeXt101 |
| -------------------------- | ---------------------------------------------------------- |
| Resource | Ascend 910; cpu 2.60GHz, 192cores; memory 755G; OS Euler2.8|
| uploaded Date | 22/06/2021 (month/day/year) |
| uploaded Date | 22/06/2021 (month/day/year) |
| MindSpore Version | 1.2.0 |
| Dataset | ImageNet |
| Training Parameters | default_config.yaml |
| Training Parameters | default_config.yaml |
| Optimizer | Momentum |
| Loss Function | SoftmaxCrossEntropy |
| Accuracy | 79.56%%(TOP1) |
| train performance | 196.33image/sec 1ps |
| Accuracy | 79.56%%(TOP1) |
| train performance | 196.33image/sec 1ps |
#### Inference Performance

View File

@ -71,7 +71,7 @@ YOLOv5作为先进的检测器它比所有可用的替代检测器更快FP
- [MindSpore](https://www.mindspore.cn/install)
- 更多关于Mindspore的信息请查看以下资源
- [MindSpore教程](https://www.mindspore.cn/tutorial/zh-CN/master/index.html)
- [MindSpore API](https://www.mindspore.cn/api/zh-CN/master/index.html)
- [MindSpore API](https://www.mindspore.cn/doc/api_python/zh-CN/master/index.html)
# [快速入门](#目录)

View File

@ -161,7 +161,7 @@ Test Acc: 0.9954400658607483 Loss: 0.02102319709956646
| Speed | 215 ms/step |
| Total time | 3 h 23m (8p) |
| Checkpoint for Fine tuning | 440 KB (.ckpt file) |
| Scripts | https://gitee.com/mindspore/mindspore/tree/master/model_zoo/research/cv/protonet |
| Scripts | https://gitee.com/mindspore/mindspore/tree/master/model_zoo/research/cv/ProtoNet |
# [ModelZoo Homepage](#contents)