Skip to content

Commit 7b526e4

Browse files
committed
Add system info to the issue template
1 parent 42fd58a commit 7b526e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/ISSUE_TEMPLATE.md

+11
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,15 @@
2727
Providing context helps us come up with a solution that is most useful in the real world.
2828

2929
## Your Environment
30+
31+
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
32+
- TensorFlow installed from (source or binary):
33+
- TensorFlow version (use command below):
34+
```
35+
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
36+
```
37+
- Python version:
38+
- CUDA/cuDNN version:
39+
- GPU model and memory:
40+
3041
Include as many relevant details about the environment with which you experienced the bug.

0 commit comments

Comments
 (0)