Skip to content
Snippets Groups Projects
Commit 310d53f4 authored by lvmingfu's avatar lvmingfu
Browse files

fix error links for master

parent dfe2547c
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ Market-1501: ...@@ -65,7 +65,7 @@ Market-1501:
- 框架 - 框架
- [MindSpore](https://www.mindspore.cn/install) - [MindSpore](https://www.mindspore.cn/install)
- 如需查看详情,请参见如下资源: - 如需查看详情,请参见如下资源:
- [MindSpore教程](https://www.mindspore.cn/tutorial/training/zh-CN/master/index.html) - [MindSpore教程](https://www.mindspore.cn/tutorials/zh-CN/master/index.html)
- [MindSpore Python API](https://www.mindspore.cn/docs/api/zh-CN/master/index.html) - [MindSpore Python API](https://www.mindspore.cn/docs/api/zh-CN/master/index.html)
## 快速入门 ## 快速入门
......
...@@ -75,7 +75,7 @@ For FP16 operators, if the input data type is FP32, the backend of MindSpore wil ...@@ -75,7 +75,7 @@ For FP16 operators, if the input data type is FP32, the backend of MindSpore wil
- Framework - Framework
- [MindSpore](https://www.mindspore.cn/install/en) - [MindSpore](https://www.mindspore.cn/install/en)
- For more information, please check the resources below: - For more information, please check the resources below:
- [MindSpore Tutorials](https://www.mindspore.cn/tutorial/training/en/master/index.html) - [MindSpore Tutorials](https://www.mindspore.cn/tutorials/en/master/index.html)
- [MindSpore Python API](https://www.mindspore.cn/docs/api/en/master/index.html) - [MindSpore Python API](https://www.mindspore.cn/docs/api/en/master/index.html)
# [Quick Start](#contents) # [Quick Start](#contents)
......
...@@ -78,7 +78,7 @@ Vit是基于多个transformer encoder模块串联起来,由多个inception模 ...@@ -78,7 +78,7 @@ Vit是基于多个transformer encoder模块串联起来,由多个inception模
- 框架 - 框架
- [MindSpore](https://www.mindspore.cn/install/en) - [MindSpore](https://www.mindspore.cn/install/en)
- 如需查看详情,请参见如下资源: - 如需查看详情,请参见如下资源:
- [MindSpore教程](https://www.mindspore.cn/tutorial/training/zh-CN/master/index.html) - [MindSpore教程](https://www.mindspore.cn/tutorials/zh-CN/master/index.html)
- [MindSpore Python API](https://www.mindspore.cn/docs/api/zh-CN/master/index.html) - [MindSpore Python API](https://www.mindspore.cn/docs/api/zh-CN/master/index.html)
# 快速入门 # 快速入门
......
...@@ -80,7 +80,7 @@ cd Stanford_Online_Products && head -n 1048 test.txt > test_tiny.txt ...@@ -80,7 +80,7 @@ cd Stanford_Online_Products && head -n 1048 test.txt > test_tiny.txt
## 混合精度 ## 混合精度
采用[混合精度](https://www.mindspore.cn/tutorial/training/en/master/advanced_use/enable_mixed_precision.html)的训练方法使用支持单精度和半精度数据来提高深度学习神经网络的训练速度,同时保持单精度训练所能达到的网络精度。混合精度训练提高计算速度、减少内存使用的同时,支持在特定硬件上训练更大的模型或实现更大批次的训练。 采用[混合精度](https://www.mindspore.cn/docs/programming_guide/zh-CN/master/enable_mixed_precision.html)的训练方法使用支持单精度和半精度数据来提高深度学习神经网络的训练速度,同时保持单精度训练所能达到的网络精度。混合精度训练提高计算速度、减少内存使用的同时,支持在特定硬件上训练更大的模型或实现更大批次的训练。
以FP16算子为例,如果输入数据类型为FP32,MindSpore后台会自动降低精度来处理数据。用户可打开INFO日志,搜索“reduce precision”查看精度降低的算子。 以FP16算子为例,如果输入数据类型为FP32,MindSpore后台会自动降低精度来处理数据。用户可打开INFO日志,搜索“reduce precision”查看精度降低的算子。
# 环境要求 # 环境要求
...@@ -90,8 +90,8 @@ cd Stanford_Online_Products && head -n 1048 test.txt > test_tiny.txt ...@@ -90,8 +90,8 @@ cd Stanford_Online_Products && head -n 1048 test.txt > test_tiny.txt
- 框架 - 框架
- [MindSpore](https://www.mindspore.cn/install/en) - [MindSpore](https://www.mindspore.cn/install/en)
- 如需查看详情,请参见如下资源: - 如需查看详情,请参见如下资源:
- [MindSpore教程](https://www.mindspore.cn/tutorial/training/zh-CN/master/index.html) - [MindSpore教程](https://www.mindspore.cn/tutorials/zh-CN/master/index.html)
- [MindSpore Python API](https://www.mindspore.cn/doc/api_python/zh-CN/master/index.html) - [MindSpore Python API](https://www.mindspore.cn/docs/api/zh-CN/master/index.html)
# 快速入门 # 快速入门
......
...@@ -49,7 +49,7 @@ Siam-RPN提出了一种基于RPN的孪生网络结构。由孪生子网络和RPN ...@@ -49,7 +49,7 @@ Siam-RPN提出了一种基于RPN的孪生网络结构。由孪生子网络和RPN
## 混合精度 ## 混合精度
采用[混合精度](https://www.mindspore.cn/tutorial/training/zh-CN/master/advanced_use/enable_mixed_precision.html)的训练方法使用支持单精度和半精度数据来提高深度学习神经网络的训练速度,同时保持单精度训练所能达到的网络精度。混合精度训练提高计算速度、减少内存使用的同时,支持在特定硬件上训练更大的模型或实现更大批次的训练。 采用[混合精度](https://www.mindspore.cn/docs/programming_guide/zh-CN/master/enable_mixed_precision.html)的训练方法使用支持单精度和半精度数据来提高深度学习神经网络的训练速度,同时保持单精度训练所能达到的网络精度。混合精度训练提高计算速度、减少内存使用的同时,支持在特定硬件上训练更大的模型或实现更大批次的训练。
以FP16算子为例,如果输入数据类型为FP32,MindSpore后台会自动降低精度来处理数据。用户可打开INFO日志,搜索“reduce precision”查看精度降低的算子。 以FP16算子为例,如果输入数据类型为FP32,MindSpore后台会自动降低精度来处理数据。用户可打开INFO日志,搜索“reduce precision”查看精度降低的算子。
# 环境要求 # 环境要求
...@@ -218,7 +218,7 @@ Siam-RPN提出了一种基于RPN的孪生网络结构。由孪生子网络和RPN ...@@ -218,7 +218,7 @@ Siam-RPN提出了一种基于RPN的孪生网络结构。由孪生子网络和RPN
| 速度 | 8卡:120毫秒/步 | | 速度 | 8卡:120毫秒/步 |
| 总时长 | 8卡:12.3小时 | | 总时长 | 8卡:12.3小时 |
| 调优检查点 | 247.58MB(.ckpt 文件) | | 调优检查点 | 247.58MB(.ckpt 文件) |
| 脚本 | [siamRPN脚本](https://gitee.com/mindspore/mindspore/tree/r1.2/model_zoo/research/cv/siamRPN) | | 脚本 | [siamRPN脚本](https://gitee.com/mindspore/mindspore/tree/master/model_zoo/research/cv/siamRPN) |
### 评估性能 ### 评估性能
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment