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.nn.functional.conv1d_transpose 的测试用例
技术标签:深度学习框架,python, 质量
任务难度:简单
详细描述:paddle.nn.functional.conv1d_transpose 是飞桨提供的一维转置卷积层。需要从参数覆盖、正确性验证、数据类型覆盖、异常输入等方面添加测试用例.
【提交内容】
任务 PR 到 PaddleTest
任务单测文件
提交到目录framework/api
【技术要求】
了解 Paddle API的使用方式,该API的基本功能。
熟练掌握 Python
The text was updated successfully, but these errors were encountered:
JZ-LIANG
No branches or pull requests
(此 ISSUE 为 PaddlePaddle Hackathon 活动的任务 ISSUE,更多详见PaddlePaddle Hackathon)
【任务说明】
任务标题:新增 paddle.nn.functional.conv1d_transpose 的测试用例
技术标签:深度学习框架,python, 质量
任务难度:简单
详细描述:paddle.nn.functional.conv1d_transpose 是飞桨提供的一维转置卷积层。需要从参数覆盖、正确性验证、数据类型覆盖、异常输入等方面添加测试用例.
【提交内容】
任务 PR 到 PaddleTest
任务单测文件
提交到目录framework/api
【技术要求】
了解 Paddle API的使用方式,该API的基本功能。
熟练掌握 Python
The text was updated successfully, but these errors were encountered: