You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/00-bug-performance-issue.md
+4-14
Original file line number
Diff line number
Diff line change
@@ -4,32 +4,22 @@ about: Use this template for reporting a bug or a performance issue.
4
4
5
5
---
6
6
7
-
<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>
8
-
9
7
**System information**
10
-
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
11
-
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
12
-
- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
13
-
- TensorFlow installed from (source or binary):
14
-
- TensorFlow version (use command below):
8
+
- OS Platform and Distribution (e.g., Linux Ubuntu 20.04):
9
+
- DeepRec version or commit id:
15
10
- Python version:
16
11
- Bazel version (if compiling from source):
17
12
- GCC/Compiler version (if compiling from source):
18
13
- CUDA/cuDNN version:
19
-
- GPU model and memory:
20
-
21
-
You can collect some of this information using our environment capture
You can also obtain the TensorFlow version with: 1. TF 1.0: `python -c "import
24
-
tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"` 2. TF 2.0: `python -c
25
-
"import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"`
26
14
27
15
**Describe the current behavior**
28
16
29
17
**Describe the expected behavior**
30
18
31
19
**Code to reproduce the issue**
20
+
32
21
Provide a reproducible test case that is the bare minimum necessary to generate the problem.
33
22
34
23
**Other info / logs**
24
+
35
25
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.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/10-build-installation-issue.md
+4-12
Original file line number
Diff line number
Diff line change
@@ -4,26 +4,18 @@ about: Use this template for build/installation issues
4
4
5
5
---
6
6
7
-
<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>
8
-
9
7
**System information**
10
-
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
11
-
- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
12
-
- TensorFlow installed from (source or binary):
13
-
- TensorFlow version:
8
+
- OS Platform and Distribution (e.g., Linux Ubuntu 20.04):
9
+
- DeepRec version or commit id:
14
10
- Python version:
15
-
- Installed using virtualenv? pip? conda?:
16
11
- Bazel version (if compiling from source):
17
12
- GCC/Compiler version (if compiling from source):
18
13
- CUDA/cuDNN version:
19
-
- GPU model and memory:
20
-
21
-
22
14
23
15
**Describe the problem**
24
16
25
17
**Provide the exact sequence of commands / steps that you executed before running into the problem**
26
18
27
-
28
19
**Any other info / logs**
29
-
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.
20
+
21
+
Include any logs or source code that would be helpful to diagnose the problem.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/30-feature-request.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,12 @@ about: Use this template for raising a feature request
4
4
5
5
---
6
6
7
-
<em>Please make sure that this is a feature request. 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:feature_template</em>
8
-
9
7
10
8
**System information**
11
-
-TensorFlow version (you are using):
9
+
-DeepRec version (you are using):
12
10
- Are you willing to contribute it (Yes/No):
13
11
14
12
15
-
16
13
**Describe the feature and the current behavior/state.**
0 commit comments