We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 367f7d6 commit f9371cfCopy full SHA for f9371cf
ISSUE_TEMPLATE.md
@@ -29,9 +29,11 @@ You can collect some of this information using our environment capture script:
29
30
https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh
31
32
-You can obtain the TensorFlow version with
+You can obtain the TensorFlow version with:
33
34
+```bash
35
python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
36
+```
37
38
### Describe the problem
39
Describe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature request.
0 commit comments