sogou / SogouMRCToolkit

This toolkit was designed for the fast and efficient development of modern machine comprehension models, including both published models and original prototypes.
Apache License 2.0
746 stars 164 forks source link

Need help regarding the installation #33

Open deepaknlp opened 5 years ago

deepaknlp commented 5 years ago

Hey @litao-buptsse, @yukyang, @wujindou

I am getting the following error while running any examples:

ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory

Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/errors

It seems, either I do not have a compatible CUDA version or cudnn version. My current versions are as follows: CUDA: 9.0 cudnn: 7.5.1

Please help