MrGiovanni / UNetPlusPlus

[IEEE TMI] Official Implementation for UNet++
Other
2.26k stars 538 forks source link

import issue in collab #51

Closed Swathi-Guptha closed 4 years ago

Swathi-Guptha commented 4 years ago

I have been trying to run the following code in google colab.But, while importing the segmentation model i'm getting the following error: Using TensorFlow backend.


ImportError Traceback (most recent call last)

/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow.py in () 57 ---> 58 from tensorflow.python.pywrap_tensorflow_internal import * 59 from tensorflow.python.pywrap_tensorflow_internal import version

16 frames

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

During handling of the above exception, another exception occurred:

ImportError Traceback (most recent call last)

/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow.py in () 70 for some common reasons and solutions. Include the entire stack trace 71 above this error message when asking for help.""" % traceback.format_exc() ---> 72 raise ImportError(msg) 73 74 # pylint: enable=wildcard-import,g-import-not-at-top,unused-import,line-too-long

ImportError: Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) File "/usr/lib/python3.6/imp.py", line 243, in load_module return load_dynamic(name, filename, file) File "/usr/lib/python3.6/imp.py", line 343, in load_dynamic return _load(spec) ImportError: libcublas.so.8.0: cannot open shared object file: No such file or directory

Failed to load the native TensorFlow runtime.

Is there any update to the requirements file?