浅度学习小队 代码评注 #30

Open
longpi233 wants to merge 4 commits from hust_yi_su/mindspore2022:master into master
First-time contributor

2023年队伍浅度学习小队的参赛注释
已注释文件:
mindspore/include/api/graph.h 计算图类
mindspore/include/api/callback 回调
mindspore/include/api/types.h 模型类
mindspore/mindspore/python/mindspore/dataset 训练集指标解释
mindspore/mindspore/python/mindspore/ops/functional.py grad函数解释
mindspore/mindspore/python/mindspore/ops/composite/base.py _Grad类解释
mindspore/mindspore/python/mindspore/nn/cell.py cell类解释
mindspore/mindspore/python/mindspore/common/api.py _PynativeExecutor与_CellGraphExecutor类解释
mindspore/mindspore/python/mindspore/nn/cell.py cell类解释
mindspore/ccsrc/pipeline/pynative/pynative_execute.h GradExecutor类与PynativeExecutor类解释
mindspore/ccsrc/pipeline/pynative/pynative_execute.cc GradExecutor类与PynativeExecutor类的方法注释

2023年队伍浅度学习小队的参赛注释 已注释文件: mindspore/include/api/graph.h 计算图类 mindspore/include/api/callback 回调 mindspore/include/api/types.h 模型类 mindspore/mindspore/python/mindspore/dataset 训练集指标解释 mindspore/mindspore/python/mindspore/ops/functional.py grad函数解释 mindspore/mindspore/python/mindspore/ops/composite/base.py \_Grad类解释 mindspore/mindspore/python/mindspore/nn/cell.py cell类解释 mindspore/mindspore/python/mindspore/common/api.py \_PynativeExecutor与\_CellGraphExecutor类解释 mindspore/mindspore/python/mindspore/nn/cell.py cell类解释 mindspore/ccsrc/pipeline/pynative/pynative_execute.h GradExecutor类与PynativeExecutor类解释 mindspore/ccsrc/pipeline/pynative/pynative_execute.cc GradExecutor类与PynativeExecutor类的方法注释
longpi233 added 4 commits 2023-10-05 23:32:53 +08:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b hust_yi_su-master master
git pull master

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff hust_yi_su-master
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: huawei/mindspore2022#30
No description provided.