-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into cummax_op
- Loading branch information
Showing
2,069 changed files
with
118,044 additions
and
38,451 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
|
||
name: 🐛 报BUG Bug Report | ||
description: 报告一个可复现的BUG帮助我们修复框架。 Report a bug to help us reproduce and fix it. | ||
labels: [type/bug-report, status/new-issue] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
#### 在向Paddle报bug之前,请先查询[历史issue](https://github.com/PaddlePaddle/Paddle/issues)是否报过同样的bug。 | ||
#### Before submitting a bug, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/PaddlePaddle/Paddle/issues). | ||
- type: textarea | ||
id: code | ||
attributes: | ||
label: bug描述 Describe the Bug | ||
description: | | ||
请清晰简洁的描述这个bug,最好附上bug复现环境、bug复现步骤及最小代码集,以便我们可以通过运行代码来重现错误。代码片段需要尽可能简洁,请花些时间去掉不相关的代码以帮助我们有效地调试。我们希望通过复制代码并运行得到与你相同的结果,请避免任何外部数据或包含相关的导入等。例如: | ||
```python | ||
# 导入所有必要的库。 All necessary imports at the beginning. | ||
# paddlepaddle <= 2.1.2 | ||
import paddle | ||
# 一个简洁的片段,能够定位到bug。 A succinct reproducing example trimmed down to the essential parts. | ||
a = paddle.rand(shape=[1,4]) | ||
b = paddle.rand(shape=[1,4]) | ||
a.stop_gradient = False | ||
b.stop_gradient = False | ||
c = paddle.zeros((4, 4)) | ||
c[0, :] = a/b | ||
print('Is c requires grad: ', not c.stop_gradient) # 注意:这里出现了bug,期望requires_grad=True | ||
``` | ||
如果代码太长,请将可执行代码放到[AIStudio](https://aistudio.baidu.com/aistudio/index)中并将项目设置为公开(或者放到github gist上),请在项目中描述清楚bug复现步骤,在issue中描述期望结果与实际结果。 | ||
如果你报告的是一个报错信息,请将完整回溯的报错贴在这里,并使用 ` ```三引号块``` `展示错误信息。 | ||
placeholder: | | ||
请清晰简洁的描述这个bug。A clear and concise description of what the bug is. | ||
```python | ||
# 最小可复现代码。 Sample code to reproduce the problem. | ||
``` | ||
```shell | ||
带有完整回溯的报错信息。 The error message you got, with the full traceback. | ||
``` | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: others | ||
attributes: | ||
label: 其他补充信息 Additional Supplementary Information | ||
description: | | ||
如果你还有其他需要补充的内容,请写在这里。 | ||
If you have anything else to add, please write it here. | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: > | ||
感谢你的贡献 🎉!Thanks for your contribution 🎉! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: 🚀 新需求 Feature Request | ||
description: 提交一个你对Paddle的新需求。 Submit a request for a new Paddle feature. | ||
labels: [type/feature-request, status/new-issue] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: > | ||
#### 你可以在这里提出你对Paddle框架的新需求,包括但不限于:功能或模型缺失、功能不全或无法使用、精度/性能不符合预期等。 | ||
#### You could submit a request for a new Paddle feature here, including but not limited to: new features or models, incomplete or unusable features, accuracy/performance not as expected, etc. | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: 需求描述 Feature Description | ||
description: | | ||
请尽可能包含任务目标、需求场景、功能描述等信息,全面的信息有利于我们准确评估你的需求。 | ||
Please include as much information as possible, such as mission objectives, requirement scenarios, functional descriptions, etc. Comprehensive information will help us accurately assess your feature request. | ||
value: "任务目标(请描述你正在做的项目是什么,如模型、论文、项目是什么?); <br /> 需求场景(请描述你的项目中为什么需要用此功能); <br /> 功能描述(请简单描述或设计这个功能)" | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: alternatives | ||
attributes: | ||
label: 替代实现 Alternatives | ||
description: | | ||
如果你考虑过的任何替代解决方案或功能,请简要描述下,我们会综合评估。 | ||
A description of any alternative solutions or features you've considered, if any. | ||
validations: | ||
required: false | ||
|
||
- type: markdown | ||
attributes: | ||
value: > | ||
感谢你的贡献 🎉!Thanks for your contribution 🎉! |
Oops, something went wrong.
3b17493
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕵️ CI failures summary
🔍 PR: #42480 Commit ID: 3b17493 contains failed CI.
🔹 Failed: PR-CI-APPROVAL
Unknown Failed
🔹 Failed: PR-CI-Inference
Unknown Failed
🔹 Failed: PR-CI-Kunlun
Unknown Failed
🔹 Failed: PR-CI-ROCM-Compile
Unknown Failed
🔹 Failed: PR-CI-Mac-Python3
Unknown Failed
🔹 Failed: PR-CI-Kunlun-KP-Build
Unknown Failed
🔹 Failed: PR-CI-Py3
Unknown Failed
🔹 Failed: PR-CI-infrt
Unknown Failed
🔹 Failed: PR-CI-OP-benchmark
Unknown Failed
🔹 Failed: PR-CI-Windows
Unknown Failed
🔹 Failed: PR-CI-iScan-Python
Unknown Failed