Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.08 KB

ISSUE_TEMPLATE.md

File metadata and controls

35 lines (25 loc) · 1.08 KB

GitHub issues are for bugs / installation problems / feature requests.
For general support from the community, see StackOverflow. To make bugs and feature requests more easy to find and organize, we close issues that are deemed out of scope for GitHub Issues and point people to StackOverflow.

For bugs or installation issues, please provide the following information. The more information you provide, the more easily we will be able to offer help and advice.

Environment info

Operating System:

Installed version of CUDA and cuDNN: (please attach the output of ls -l /path/to/cuda/lib/libcud*):

If installed from binary pip package, provide:

  1. Which pip package you installed.
  2. The output from python -c "import tensorflow; print(tensorflow.__version__)".

If installed from source, provide

  1. The commit hash (git rev-parse HEAD)
  2. The output of bazel version

Steps to reproduce

What have you tried?

Logs or other output that would be helpful

(If logs are large, please upload as attachment).