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】90 为 OpenVINO 实现 Paddle 算子 tensor_array_to_tensor 转换 #7613

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

Comments

@TCChenlong
Copy link

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

【任务说明】

  • 任务标题:为 OpenVINO 实现 Paddle 算子 tensor_array_to_tensor 转换

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

  • 题目难度:中等

  • 详细描述:每个框架都有自己的模型和算子表达。OpenVINO对PaddlePaddle的支持需要从Paddle的算子映射转换到OpenVINO的算子。在这个过程中,我们将熟悉深度学习神经网络的算子表达和计算。

    在这个任务中,需要你为OpenVINO实现Paddle算子tensor_array_to_tensor转换。该任务中的算子难度适中,将paddle算子 tensor_array_to_tensor映射到openvino的concat, stack等算子。具体含义请查看Paddle源码对tensor_array_to_tensor的描述,参考其padddle单元测试理解如何映射。对具体做法请参考PR7462。

  • 步骤:

    1. 从 GitHub 下载 OpenVINO 的源码并编译
    2. 参考实例代码,了解任务具体形式和内容
    3. 查阅相关文档和代码,完成 ngraph frontend paddlepaddle 下的算子转换
    4. 生成测试模型完成测试
    5. 生成 PR 和相关文档

TIPS:

【提交内容】

  • 项目 PR 到 OpenVINO

  • 相关技术文档

  • 项目单测文件

【技术要求】

  • 熟练掌握 C++

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

  • 了解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

3 participants