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.
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:
- Which pip package you installed.
- The output from
python -c "import tensorflow; print(tensorflow.__version__)"
.
If installed from source, provide
- The commit hash (
git rev-parse HEAD
) - The output of
bazel version
(If logs are large, please upload as attachment).