-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
600 changed files
with
126,311 additions
and
227 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 was deleted.
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
pro/DeepRec/.github/ISSUE_TEMPLATE/00-bug-performance-issue.md
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,35 @@ | ||
--- | ||
name: Bug/Performance Issue | ||
about: Use this template for reporting a bug or a performance issue. | ||
|
||
--- | ||
|
||
<em>Please make sure that this is a bug. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template</em> | ||
|
||
**System information** | ||
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow): | ||
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): | ||
- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: | ||
- TensorFlow installed from (source or binary): | ||
- TensorFlow version (use command below): | ||
- Python version: | ||
- Bazel version (if compiling from source): | ||
- GCC/Compiler version (if compiling from source): | ||
- CUDA/cuDNN version: | ||
- GPU model and memory: | ||
|
||
You can collect some of this information using our environment capture | ||
[script](https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh) | ||
You can also obtain the TensorFlow version with: 1. TF 1.0: `python -c "import | ||
tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"` 2. TF 2.0: `python -c | ||
"import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"` | ||
|
||
**Describe the current behavior** | ||
|
||
**Describe the expected behavior** | ||
|
||
**Code to reproduce the issue** | ||
Provide a reproducible test case that is the bare minimum necessary to generate the problem. | ||
|
||
**Other info / logs** | ||
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. |
29 changes: 29 additions & 0 deletions
29
pro/DeepRec/.github/ISSUE_TEMPLATE/10-build-installation-issue.md
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,29 @@ | ||
--- | ||
name: Build/Installation Issue | ||
about: Use this template for build/installation issues | ||
|
||
--- | ||
|
||
<em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em> | ||
|
||
**System information** | ||
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): | ||
- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: | ||
- TensorFlow installed from (source or binary): | ||
- TensorFlow version: | ||
- Python version: | ||
- Installed using virtualenv? pip? conda?: | ||
- Bazel version (if compiling from source): | ||
- GCC/Compiler version (if compiling from source): | ||
- CUDA/cuDNN version: | ||
- GPU model and memory: | ||
|
||
|
||
|
||
**Describe the problem** | ||
|
||
**Provide the exact sequence of commands / steps that you executed before running into the problem** | ||
|
||
|
||
**Any other info / logs** | ||
Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. |
Oops, something went wrong.