-
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' of https://github.com/baidu/Paddle into benchm…
…ark_cfg_doc
- Loading branch information
Showing
791 changed files
with
37,038 additions
and
19,626 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
|
@@ -5,4 +5,6 @@ build/ | |
.vscode | ||
.idea | ||
.project | ||
.cproject | ||
.pydevproject | ||
Makefile |
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,20 @@ | ||
- repo: https://github.com/Lucas-C/pre-commit-hooks.git | ||
sha: c25201a00e6b0514370501050cf2a8538ac12270 | ||
hooks: | ||
- id: remove-crlf | ||
- repo: https://github.com/reyoung/mirrors-yapf.git | ||
sha: v0.13.2 | ||
hooks: | ||
- id: yapf | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
sha: 7539d8bd1a00a3c1bfd34cdb606d3a6372e83469 | ||
hooks: | ||
- id: check-added-large-files | ||
- id: check-merge-conflict | ||
- id: check-symlinks | ||
- id: detect-private-key | ||
- id: end-of-file-fixer | ||
- repo: https://github.com/PaddlePaddle/clang-format-pre-commit-hook.git | ||
sha: 28c0ea8a67a3e2dbbf4822ef44e85b63a0080a29 | ||
hooks: | ||
- id: clang-formater |
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,3 @@ | ||
[style] | ||
based_on_style = pep8 | ||
column_limit = 80 |
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
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
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,14 @@ | ||
Thank you for contributing to PaddlePaddle. Submitting an issue is a great help for us. | ||
Both Chinese and English issues are welcome. | ||
|
||
It's hard to solve a problem when important details are missing. | ||
Before submitting the issue, look over the following criteria before handing your request in. | ||
|
||
- [ ] Was there a similar issue submitted or resolved before ? You could search issue in the github. | ||
- [ ] Did you retrieve your issue from widespread search engines ? | ||
- [ ] Is my description of the issue clear enough to reproduce this problem? | ||
* If some errors occurred, we need details about `how do you run your code?`, `what system do you use?`, `Are you using GPU or not?`, etc. | ||
* If you use an recording [asciinema](https://asciinema.org/) to show what you are doing to make it happen, that's awesome! We could help you solve the problem more quickly. | ||
- [ ] Is my description of the issue use the github markdown correctly? | ||
* Please use the proper markdown syntaxes for styling all forms of writing, e.g, source code, error information, etc. | ||
* Check out [this page](https://guides.github.com/features/mastering-markdown/) to find out much more about markdown. |
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
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
Oops, something went wrong.