forked from RUCAIBox/RecBole
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from RUCAIBox/master
a
- Loading branch information
Showing
458 changed files
with
23,998 additions
and
9,396 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: Bug 报告 | ||
about: 提交一份 bug 报告,帮助 RecBole 变得更好 | ||
title: "[\U0001F41BBUG] 用一句话描述您的问题。" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**描述这个 bug** | ||
对 bug 作一个清晰简明的描述。 | ||
|
||
**如何复现** | ||
复现这个 bug 的步骤: | ||
1. 您引入的额外 yaml 文件 | ||
2. 您的代码 | ||
3. 您的运行脚本 | ||
|
||
**预期** | ||
对您的预期作清晰简明的描述。 | ||
|
||
**屏幕截图** | ||
添加屏幕截图以帮助解释您的问题。(可选) | ||
|
||
**链接** | ||
添加能够复现 bug 的代码链接,如 Colab 或者其他在线 Jupyter 平台。(可选) | ||
|
||
**实验环境(请补全下列信息):** | ||
- 操作系统: [如 Linux, macOS 或 Windows] | ||
- RecBole 版本 [如 0.1.0] | ||
- Python 版本 [如 3.79] | ||
- PyTorch 版本 [如 1.60] | ||
- cudatoolkit 版本 [如 9.2, none] |
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 @@ | ||
--- | ||
name: 请求添加新功能 | ||
about: 提出一个关于本项目新功能/新特性的建议 | ||
title: "[\U0001F4A1SUG] 一句话描述您希望新增的功能或特性" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**您希望添加的功能是否与某个问题相关?** | ||
关于这个问题的简洁清晰的描述,例如,当 [...] 时,我总是很沮丧。 | ||
|
||
**描述您希望的解决方案** | ||
关于解决方案的简洁清晰的描述。 | ||
|
||
**描述您考虑的替代方案** | ||
关于您考虑的,能实现这个功能的其他替代方案的简洁清晰的描述。 | ||
|
||
**其他** | ||
您可以添加其他任何的资料、链接或者屏幕截图,以帮助我们理解这个新功能。 |
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 |
---|---|---|
@@ -1,7 +1,12 @@ | ||
# Saved models | ||
/saved* | ||
*.pth | ||
|
||
.vscode/ | ||
.idea/ | ||
*.pyc | ||
*.log | ||
saved/ | ||
*.lprof | ||
*.egg-info/ | ||
docs/build/ |
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.