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
Proposing a new issue template for the users using tensorflow backend. The intention is to reduce the follow up questions with the user and expedite the issue resolution process. Please take a look. Thanks!
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/a--tensorflow-backend-users.md
+23-7
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,30 @@ about: Select this if you're using Keras with the TensorFlow backend (default).
4
4
5
5
---
6
6
7
-
Please make sure that the boxes below are checked before you submit your issue.
8
-
If your issue is an **implementation question**, please ask your question on [StackOverflow](http://stackoverflow.com/questions/tagged/keras) or [on the Keras Slack channel](https://keras-slack-autojoin.herokuapp.com/) instead of opening a GitHub issue.
7
+
<em>Please make sure that this is a Bug or a Feature Request and provide all applicable information asked by the template.
8
+
If your issue is an **implementation question**, please ask your question on [StackOverflow](http://stackoverflow.com/questions/tagged/keras) or [on the Keras Slack channel](https://keras-slack-autojoin.herokuapp.com/) instead of opening a GitHub issue.</em>
9
9
10
-
Thank you!
10
+
**System information**
11
+
- Have I written custom code (as opposed to using example directory):
12
+
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
13
+
- TensorFlow backend (yes / no):
14
+
- TensorFlow version:
15
+
- Keras version:
16
+
- Python version:
17
+
- CUDA/cuDNN version:
18
+
- GPU model and memory:
11
19
12
-
-[ ] Check that you are up-to-date with the master branch of Keras. You can update with:
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
22
+
You can obtain the Keras version with:
23
+
python -c 'import keras as k; print(k.__version__)'
14
24
15
-
-[ ] Check that your version of TensorFlow is up-to-date. The installation instructions can be found [here](https://www.tensorflow.org/get_started/os_setup).
25
+
**Describe the current behavior**
16
26
17
-
-[ ] Provide a link to a GitHub Gist of a Python script that can reproduce your issue (or just copy the script here if it is short).
27
+
**Describe the expected behavior**
28
+
29
+
**Code to reproduce the issue**
30
+
Provide a reproducible test case that is the bare minimum necessary to generate the problem.
31
+
32
+
**Other info / logs**
33
+
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.
0 commit comments