| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Modify files in the test branch to align with the master branch. Co-authored-by: waimaidaole<1595992831@qq.com> # message auto-generated for no-merge-commit merge: !199 merge test into test Modify files in the test branch to align with the master branch. Created-by: waimaidaole Commit-by: waimaidaole Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 内容优化 - [ ] 其他,请描述: ## 其他信息 <!-- 在这里可以添加任何与这个 Pull Request 相关的其他说明。 --> See merge request: cann/cann-learning-hub!199 | 1 个月前 | |
Modify files in the test branch to align with the master branch. Co-authored-by: waimaidaole<1595992831@qq.com> # message auto-generated for no-merge-commit merge: !199 merge test into test Modify files in the test branch to align with the master branch. Created-by: waimaidaole Commit-by: waimaidaole Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 内容优化 - [ ] 其他,请描述: ## 其他信息 <!-- 在这里可以添加任何与这个 Pull Request 相关的其他说明。 --> See merge request: cann/cann-learning-hub!199 | 1 个月前 | |
Modify files in the test branch to align with the master branch. Co-authored-by: waimaidaole<1595992831@qq.com> # message auto-generated for no-merge-commit merge: !199 merge test into test Modify files in the test branch to align with the master branch. Created-by: waimaidaole Commit-by: waimaidaole Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。--> ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [ ] Bug修复 - [ ] 新特性 - [ ] 内容优化 - [ ] 其他,请描述: ## 其他信息 <!-- 在这里可以添加任何与这个 Pull Request 相关的其他说明。 --> See merge request: cann/cann-learning-hub!199 | 1 个月前 | |
[新手村任务]fix:修正评分脚本对答案文件路径的查找逻辑 Co-authored-by: FANZHH0909<3345450947@qq.com> # message auto-generated for no-merge-commit merge: !595 merge test into test [新手村任务]fix:修正评分脚本对答案文件路径的查找逻辑 Created-by: FANZHH0909 Commit-by: FANZHH0909 Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> **在cann-learning-hub的父目录下运行Jupyter时:运行01_ai_basics.ipynb最后的评分脚本时报错,路径不正确。** 在脚本中增加了candidate的一个路径Path.cwd() / 'cann-learning-hub' / 'quick_start' / 'cann_basics' / 'answer'。 删除answer/grade_01.py中冗余代码并增加了上述相同路径。 02_ai_basics.ipynb、03_ai_basics.ipynb,answer/grade_02.py、answer/grade_03.py中做了同样修改。 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> https://gitcode.com/cann/cann-learning-hub/issues/339 https://gitcode.com/cann/cann-learning-hub/issues/340 https://gitcode.com/cann/cann-learning-hub/issues/341 https://gitcode.com/cann/cann-learning-hub/issues/403 https://gitcode.com/cann/cann-learning-hub/issues/404 https://gitcode.com/cann/cann-learning-hub/issues/405 ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。-->    ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 内容优化 - [ ] 其他,请描述: ## 其他信息 <!-- 在这里可以添加任何与这个 Pull Request 相关的其他说明。 --> See merge request: cann/cann-learning-hub!595 | 9 天前 | |
[新手村任务]fix:修正评分脚本对答案文件路径的查找逻辑 Co-authored-by: FANZHH0909<3345450947@qq.com> # message auto-generated for no-merge-commit merge: !595 merge test into test [新手村任务]fix:修正评分脚本对答案文件路径的查找逻辑 Created-by: FANZHH0909 Commit-by: FANZHH0909 Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> **在cann-learning-hub的父目录下运行Jupyter时:运行01_ai_basics.ipynb最后的评分脚本时报错,路径不正确。** 在脚本中增加了candidate的一个路径Path.cwd() / 'cann-learning-hub' / 'quick_start' / 'cann_basics' / 'answer'。 删除answer/grade_01.py中冗余代码并增加了上述相同路径。 02_ai_basics.ipynb、03_ai_basics.ipynb,answer/grade_02.py、answer/grade_03.py中做了同样修改。 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> https://gitcode.com/cann/cann-learning-hub/issues/339 https://gitcode.com/cann/cann-learning-hub/issues/340 https://gitcode.com/cann/cann-learning-hub/issues/341 https://gitcode.com/cann/cann-learning-hub/issues/403 https://gitcode.com/cann/cann-learning-hub/issues/404 https://gitcode.com/cann/cann-learning-hub/issues/405 ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。-->    ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 内容优化 - [ ] 其他,请描述: ## 其他信息 <!-- 在这里可以添加任何与这个 Pull Request 相关的其他说明。 --> See merge request: cann/cann-learning-hub!595 | 9 天前 | |
[新手村任务]fix:修正评分脚本对答案文件路径的查找逻辑 Co-authored-by: FANZHH0909<3345450947@qq.com> # message auto-generated for no-merge-commit merge: !595 merge test into test [新手村任务]fix:修正评分脚本对答案文件路径的查找逻辑 Created-by: FANZHH0909 Commit-by: FANZHH0909 Merged-by: cann-robot Description: ## 描述 <!--在这里详细描述你的改动,包括改动的原因和所采取的方法。--> **在cann-learning-hub的父目录下运行Jupyter时:运行01_ai_basics.ipynb最后的评分脚本时报错,路径不正确。** 在脚本中增加了candidate的一个路径Path.cwd() / 'cann-learning-hub' / 'quick_start' / 'cann_basics' / 'answer'。 删除answer/grade_01.py中冗余代码并增加了上述相同路径。 02_ai_basics.ipynb、03_ai_basics.ipynb,answer/grade_02.py、answer/grade_03.py中做了同样修改。 ## 关联的Issue <!-- 如果这个PR是为了解决特定的Issue,请在这里提供Issue链接。--> <!-- 如果这个PR是为了解决特定的问题单,请在这里描述问题单单号。--> https://gitcode.com/cann/cann-learning-hub/issues/339 https://gitcode.com/cann/cann-learning-hub/issues/340 https://gitcode.com/cann/cann-learning-hub/issues/341 https://gitcode.com/cann/cann-learning-hub/issues/403 https://gitcode.com/cann/cann-learning-hub/issues/404 https://gitcode.com/cann/cann-learning-hub/issues/405 ## 测试 <!--描述进行了哪些测试来验证你的改动。包括但不限于二级冒烟、算子泛化等。-->    ## 文档更新 <!--如果这个PR包含文档的更新,请在这里指出。例如:更新了README.md文件。--> ## 类型标签 <!-- [x] 表示选中 --> - [x] Bug修复 - [ ] 新特性 - [ ] 内容优化 - [ ] 其他,请描述: ## 其他信息 <!-- 在这里可以添加任何与这个 Pull Request 相关的其他说明。 --> See merge request: cann/cann-learning-hub!595 | 9 天前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 个月前 | ||
| 1 个月前 | ||
| 1 个月前 | ||
| 9 天前 | ||
| 9 天前 | ||
| 9 天前 |