ResNet50网络的CPU算子实现以及内存复用支持 #4

Open
mgi8funeh wants to merge 5 commits from p69201753/mindspore:cpu-kernel-reuse into r1.0
First-time contributor
  • 实现了CPU算子Tile、FusedBatchNormGrad、RealDiv,ResNet50已经可以在CPU上执行训练和推理,在Cifar10上精度达到要求。
  • 内存复用已经使用了Ascend的BestFitMemReuse接口
- 实现了CPU算子Tile、FusedBatchNormGrad、RealDiv,ResNet50已经可以在CPU上执行训练和推理,在Cifar10上精度达到要求。 - 内存复用已经使用了Ascend的BestFitMemReuse接口
mgi8funeh added 4 commits 2020-10-31 20:02:14 +08:00
mgi8funeh added 1 commit 2020-11-02 13:37:23 +08:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
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 p69201753-cpu-kernel-reuse r1.0
git pull cpu-kernel-reuse

Step 2:

Merge the changes and update on Gitea.
git checkout r1.0
git merge --no-ff p69201753-cpu-kernel-reuse
git push origin r1.0
Sign in to join this conversation.
No reviewers
No Label
No Milestone
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: OSSInnovation/mindspore#4
No description provided.