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