已合并
[CANNBot]Applyadadelta算子Ascend950适配 #3963
Nerddddddddddd创建于 4月18日
[CANNBot]Applyadadelta算子Ascend950适配 #3963
已合并
Nerddddddddddd创建于 4月18日
Nerddddddddddd
Nerddddddddddd成员
4月18日

描述

执行 Adadelta 优化器的单步参数更新。根据当前梯度、梯度平方累积和更新量平方累积,计算参数更新量并原地更新权重参数(inplace 语义)。对标 TensorFlow tf.raw_ops.ApplyAdadelta 接口

关联的Issue

https://gitcode.com/cann/ops-nn/issues/2175

测试

文档更新

	 apply_adadelta/
	 ├── CMakeLists.txt
	 ├── README.md
	 ├── build.sh
	 ├── docs/
	 │   ├── aclnnApplyAdadelta.md        # aclnn 接口说明
	 │   ├── REQUIREMENTS.md              # 需求文档
	 │   ├── DESIGN.md                    # 详细设计
	 │   ├── TEST.md                      # 测试设计
	 │   ├── precision-report.md          # 最终精度验收报告
	 │   └── performance-report.md        # 性能验收报告
	 ├── examples/
	 │   ├── CMakeLists.txt
	 │   └── test_aclnn_apply_adadelta.cpp  # aclnn 调用示例
	 ├── op_host/
	 ├── op_kernel/
	 ├── op_api/
	 └── tests/
	 ```

## 类型标签
<!--  [x] 表示选中 -->
- [ ] Bug修复
- [x] 新特性
- [ ] 性能优化
- [ ] 文档更新
- [ ] 其他,请描述:
likedislike
Pull Request已成功合入, 合并人@CANN-robot
(感谢 Nerddddddddddd 的贡献)
NerdddddddddddNerddddddddddd成员
4月18日 创建了 pull request,commit ed703708
CANN-robot
CANN-robot成员
4月18日 评论:

Thanks for your pull-request.
The full list of commands accepted by me can be found at here
You can get sig-info at here


PR Approval Progress

Congratulations! All modules have met the lgtm and approve requirements.

Module Approval Details

module lgtm status approve status
experimental/optim 周奇龙, chenfeng61 (2/2) 周奇龙, chenfeng61 (2/1)

💡 Tip:

  • Committer can comment /approve or /lgtm
  • Commenting /approve implies both code review (lgtm) and intent to merge (approve)

CLA Signature Pass

Coder_Nerd, thanks for your pull request. All authors of the commits have signed the CLA. 👍

likedislike
CANN-robotCANN-robot成员
4月18日 添加了label:cann-cla/yes
CANN-robotCANN-robot成员
4月18日 将chenfeng61,crystalhu,yu-xinjie62,yangyang016,fanqirui,zhou-qilong,chenqi317,liubo75,tangweiwei2,wangyongguang,zhang-wu设为评审人
CANN-robotCANN-robot成员
4月18日 将chenfeng61,crystalhu,yu-xinjie62,zhou-qilong,chenqi317,liubo75,tangweiwei2,wangyongguang,zhang-wu设为审查人
此处折叠了66条消息 查看更多
CANN-robot
CANN-robot成员
4月24日 评论:

The MR can not be merged, because of CodeReview discussion not resolved

If you want to solve this problem, you can click here to do it in the FAQs.

likedislike
Wwuchengming
4月24日 解决了最后一个问题
CANN-robot
CANN-robot成员
4月24日 评论:

Review Guide

This pull-request passes review.
Committers who wrote a comment of /approve are: chenfeng61, 周奇龙.
Reviewers who wrote a comment of /lgtm are: chenfeng61, 周奇龙.

likedislike
CANN-robotCANN-robot成员
4月24日 关闭了关联的issue
CANN-robotCANN-robot成员
4月24日 合入了pull request