We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(此 ISSUE 为 PaddlePaddle Hackathon 活动的任务 ISSUE,更多详见PaddlePaddle Hackathon)
【任务说明】
任务标题:在 Paddle 中新增 RReLU
技术标签:深度学习框架,python,C++
任务难度:中等
详细描述:RReLU来源于Empirical Evaluation of Rectified Activations in Convolutional Network,是Leaky ReLU的一个变体。请在paddle中实现该激活函数算子,并能与行业主流实现方法效果对齐,并进行不同情况下的验证。
调用路径:paddle.nn.functional.rrelu
【提交内容】
任务 PR 到 Paddle
相关技术文档
任务单测文件
【技术要求】
了解 Paddle 自定义算子开发流程
熟练掌握 C++ 、Python
熟悉RReLU激活函数方法原理和适用场景
The text was updated successfully, but these errors were encountered:
JZ-LIANG
No branches or pull requests
(此 ISSUE 为 PaddlePaddle Hackathon 活动的任务 ISSUE,更多详见PaddlePaddle Hackathon)
【任务说明】
任务标题:在 Paddle 中新增 RReLU
技术标签:深度学习框架,python,C++
任务难度:中等
详细描述:RReLU来源于Empirical Evaluation of Rectified Activations in Convolutional Network,是Leaky ReLU的一个变体。请在paddle中实现该激活函数算子,并能与行业主流实现方法效果对齐,并进行不同情况下的验证。
调用路径:paddle.nn.functional.rrelu
【提交内容】
任务 PR 到 Paddle
相关技术文档
任务单测文件
【技术要求】
了解 Paddle 自定义算子开发流程
熟练掌握 C++ 、Python
熟悉RReLU激活函数方法原理和适用场景
The text was updated successfully, but these errors were encountered: