Skip to content

Latest commit

 

History

History
126 lines (122 loc) · 3.73 KB

tensorflow_issue_template.yaml

File metadata and controls

126 lines (122 loc) · 3.73 KB
NameAboutLabelsAssignees
TensorFlow Issue TemplateUse this template to report TensorFlow-related issues

What type of issue would you like to report?

Please make sure that this is a bug. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub.

It is strongly suggested that you reproduce the bug with TensorFlow Nightly

You can collect some of this information using our environment capture script. You can also obtain the TensorFlow version with the following:
1. TensorFlow 1.0: python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"
2. TensorFlow 2.0: python -c "import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"

TensorFlow installed from

If compiling from source

If compiling from source

If compiling from source

Also tell us, what did you expect to happen?

Provide a reproducible test case that is the bare minimum necessary to generate the problem. Please share a link to Colab, Jupyter, or any notebook.

Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.