Skip to content

Preload tensorflow#363

Merged
rosbo merged 1 commit intomasterfrom
rosbo-patch-1
Oct 30, 2018
Merged

Preload tensorflow#363
rosbo merged 1 commit intomasterfrom
rosbo-patch-1

Conversation

@rosbo
Copy link
Contributor

@rosbo rosbo commented Oct 30, 2018

If fastai is used prior to tensorflow, an older version of libcudnn is loaded and tensorflow fails with the following error message:

tensorflow/stream_executor/cuda/cuda_dnn.cc:343] Loaded runtime CuDNN library: 7.1.2 but source was compiled with: 7.2.1.  CuDNN library major and minor version needs to match or have higher minor version in case of CuDNN 7.0 or later version. If using a binary install, upgrade your CuDNN library.  If building from sources, make sure the library loaded at runtime is compatible with the version specified during compile configuration.

Preloading for now (like before) until we find how to fix the issue with fastai

This issue was caught by our test suite and wasn't released to Kaggle Kernels users.

If fastai is used prior to tensorflow, an older version of libcudnn is loaded and tensorflow fails with the following error message:
```
tensorflow/stream_executor/cuda/cuda_dnn.cc:343] Loaded runtime CuDNN library: 7.1.2 but source was compiled with: 7.2.1.  CuDNN library major and minor version needs to match or have higher minor version in case of CuDNN 7.0 or later version. If using a binary install, upgrade your CuDNN library.  If building from sources, make sure the library loaded at runtime is compatible with the version specified during compile configuration.
```

Preloading for now (like before) until we find how to fix the issue with fastai
@rosbo rosbo merged commit 756a888 into master Oct 30, 2018
@rosbo rosbo deleted the rosbo-patch-1 branch October 30, 2018 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant