• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
21
22You can collect some of this information using our environment capture [script](https://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh)
23You can also obtain the TensorFlow version with
24python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
25
26**Describe the current behavior**
27
28**Describe the expected behavior**
29
30**Code to reproduce the issue**
31Provide a reproducible test case that is the bare minimum necessary to generate the problem.
32
33**Other info / logs**
34Include 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.
35