xref: /aosp_15_r20/external/tensorflow/ISSUE_TEMPLATE.md (revision b6fb3261f9314811a0f4371741dbb8839866f948)
1*b6fb3261SAndroid Build Coastguard WorkerPlease go to Stack Overflow for help and support:
2*b6fb3261SAndroid Build Coastguard Worker
3*b6fb3261SAndroid Build Coastguard Workerhttps://stackoverflow.com/questions/tagged/tensorflow
4*b6fb3261SAndroid Build Coastguard Worker
5*b6fb3261SAndroid Build Coastguard WorkerIf you open a GitHub issue, here is our policy:
6*b6fb3261SAndroid Build Coastguard Worker
7*b6fb3261SAndroid Build Coastguard Worker1.  It must be a bug, a feature request, or a significant problem with the
8*b6fb3261SAndroid Build Coastguard Worker    documentation (for small docs fixes please send a PR instead).
9*b6fb3261SAndroid Build Coastguard Worker2.  The form below must be filled out.
10*b6fb3261SAndroid Build Coastguard Worker3.  It shouldn't be a TensorBoard issue. Those go
11*b6fb3261SAndroid Build Coastguard Worker    [here](https://github.com/tensorflow/tensorboard/issues).
12*b6fb3261SAndroid Build Coastguard Worker
13*b6fb3261SAndroid Build Coastguard Worker**Here's why we have that policy**: TensorFlow developers respond to issues. We want to focus on work that benefits the whole community, e.g., fixing bugs and adding features. Support only helps individuals. GitHub also notifies thousands of people when issues are filed. We want them to see you communicating an interesting problem, rather than being redirected to Stack Overflow.
14*b6fb3261SAndroid Build Coastguard Worker
15*b6fb3261SAndroid Build Coastguard Worker------------------------
16*b6fb3261SAndroid Build Coastguard Worker
17*b6fb3261SAndroid Build Coastguard Worker### System information
18*b6fb3261SAndroid Build Coastguard Worker
19*b6fb3261SAndroid Build Coastguard Worker-   **Have I written custom code (as opposed to using a stock example script
20*b6fb3261SAndroid Build Coastguard Worker    provided in TensorFlow)**:
21*b6fb3261SAndroid Build Coastguard Worker-   **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**:
22*b6fb3261SAndroid Build Coastguard Worker-   **Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue
23*b6fb3261SAndroid Build Coastguard Worker    happens on a mobile device**:
24*b6fb3261SAndroid Build Coastguard Worker-   **TensorFlow installed from (source or binary)**:
25*b6fb3261SAndroid Build Coastguard Worker-   **TensorFlow version (use command below)**:
26*b6fb3261SAndroid Build Coastguard Worker-   **Python version**:
27*b6fb3261SAndroid Build Coastguard Worker-   **Bazel version (if compiling from source)**:
28*b6fb3261SAndroid Build Coastguard Worker-   **GCC/Compiler version (if compiling from source)**:
29*b6fb3261SAndroid Build Coastguard Worker-   **CUDA/cuDNN version**:
30*b6fb3261SAndroid Build Coastguard Worker-   **GPU model and memory**:
31*b6fb3261SAndroid Build Coastguard Worker-   **Exact command to reproduce**:
32*b6fb3261SAndroid Build Coastguard Worker
33*b6fb3261SAndroid Build Coastguard WorkerYou can collect some of this information using our environment capture script:
34*b6fb3261SAndroid Build Coastguard Worker
35*b6fb3261SAndroid Build Coastguard Workerhttps://github.com/tensorflow/tensorflow/tree/master/tools/tf_env_collect.sh
36*b6fb3261SAndroid Build Coastguard Worker
37*b6fb3261SAndroid Build Coastguard WorkerYou can obtain the TensorFlow version with:
38*b6fb3261SAndroid Build Coastguard Worker
39*b6fb3261SAndroid Build Coastguard Worker```bash
40*b6fb3261SAndroid Build Coastguard Workerpython -c "import tensorflow as tf; print(tf.version.GIT_VERSION, tf.version.VERSION)"
41*b6fb3261SAndroid Build Coastguard Worker```
42*b6fb3261SAndroid Build Coastguard Worker
43*b6fb3261SAndroid Build Coastguard Worker### Describe the problem
44*b6fb3261SAndroid Build Coastguard WorkerDescribe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature request.
45*b6fb3261SAndroid Build Coastguard Worker
46*b6fb3261SAndroid Build Coastguard Worker### Source code / logs
47*b6fb3261SAndroid Build Coastguard WorkerInclude 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. Try to provide a reproducible test case that is the bare minimum necessary to generate the problem.
48