Skip to content
New issue

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

【PaddlePaddle Hackathon】92 为 ngraph Pad 算子新增 “circular” 模式,完成其 ngraph reference implementation #7611

Closed
TCChenlong opened this issue Sep 23, 2021 · 1 comment
Labels
PaddlePaddle Hackathon a Intel and Baidu joint Hackathon event

Comments

@TCChenlong
Copy link

(此 ISSUE 为 PaddlePaddle Hackathon 活动的任务 ISSUE,更多详见 PaddlePaddle Hackathon

【任务说明】

  • 任务标题:为 ngraph Pad 算子新增 “circular” 模式,完成其 ngraph reference implementation

  • 技术标签:框架,C++, 神经网络算子

  • 题目难度:困难

  • 详细描述:OpenVINO对每个算子都有一个Spec定义其规范,并在ngraph这个模块中用c++实现其算法。我们希望当前最新Opset8能够支持类似Paddle一样的"circular" padding mode。因此希望在Pad_1的基础上扩充该模式,完成其参考实现。在这个过程中,我们将熟悉深度学习神经网络的算子表达和计算。

    在这个任务中,你需要为ngraph Pad算子新增“circular”模式,完成其ngraph reference implementation。

  • 步骤:

    1. 从 GitHub 下载 OpenVINO 的源码并编译
    2. 参考实例代码,了解任务具体形式和内容
    3. 查阅相关文档和代码,扩展ngraph下的算子Pad增加增加“circular”模式:扩展其原有模式,在其reference implementation中增加“circular”模式的计算实现
    4. 生成测试模型完成测试
    5. 生成 PR 和相关文档

TIPS:

【提交内容】

  • 项目提案
  • 项目 PR 到 OpenVINO
  • 相关技术文档
  • 项目单测文件

【技术要求】

  • 熟练掌握 C++

  • 了解OpenVINO和PaddlePaddle相关深度学习计算算子

  • 了解OpenVINO推理引擎相关技术背景

【参考文档】

@zhanghaotop
Copy link

【队名】:showmaker
【序号】:92
【状态】:报名
【链接】:https://github.com/zhanghao/openvino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PaddlePaddle Hackathon a Intel and Baidu joint Hackathon event
Projects
None yet
Development

No branches or pull requests

4 participants