We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e3d44 commit 60e892eCopy full SHA for 60e892e
ISSUE_TEMPLATE.md
@@ -32,7 +32,7 @@ https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh
32
You can obtain the TensorFlow version with:
33
34
```bash
35
-python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
+python -c "import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"
36
```
37
38
### Describe the problem
0 commit comments