Skip to content

Commit b5af431

Browse files
ymodakfchollet
authored andcommitted
Update a--tensorflow-backend-users.md (keras-team#12644)
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!
1 parent b2771d1 commit b5af431

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

.github/ISSUE_TEMPLATE/a--tensorflow-backend-users.md

+23-7
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,30 @@ about: Select this if you're using Keras with the TensorFlow backend (default).
44

55
---
66

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>
99

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:
1119

12-
- [ ] Check that you are up-to-date with the master branch of Keras. You can update with:
13-
`pip install git+git://github.com/keras-team/keras.git --upgrade --no-deps`
20+
You can obtain the TensorFlow version with:
21+
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__)'
1424

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**
1626

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

Comments
 (0)