1---
2name: Bug Issue
3about: Use this template for reporting a bug
4labels: 'type:bug'
5
6---
7
8<em>Please make sure that this is a bug. As per our
9[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
10we only address code/doc bugs, performance issues, feature requests and
11build/installation issues on GitHub. tag:bug_template</em>
12
13**System information**
14- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
15- OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
16- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
17- TensorFlow installed from (source or binary):
18- TensorFlow version (use command below):
19- Python version:
20- Bazel version (if compiling from source):
21- GCC/Compiler version (if compiling from source):
22- CUDA/cuDNN version:
23- GPU model and memory:
24
25You can collect some of this information using our environment capture
26[script](https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh)
27You can also obtain the TensorFlow version with:
281. TF 1.0: `python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"`
292. TF 2.0: `python -c "import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"`
30
31
32**Describe the current behavior**
33
34**Describe the expected behavior**
35
36**Standalone code to reproduce the issue**
37Provide a reproducible test case that is the bare minimum necessary to generate
38the problem. If possible, please share a link to Colab/Jupyter/any notebook.
39
40**Other info / logs** Include any logs or source code that would be helpful to
41diagnose the problem. If including tracebacks, please include the full
42traceback. Large logs and files should be attached.
43