andabi / deep-voice-conversion

Deep neural networks for voice conversion (voice style transfer) in Tensorflow
MIT License
3.92k stars 845 forks source link

problem on colab #73

Open jackylee1 opened 6 years ago

jackylee1 commented 6 years ago

Traceback (most recent call last): File "train1.py", line 10, in from tensorpack.callbacks.saver import ModelSaver File "/usr/local/lib/python2.7/dist-packages/tensorpack/callbacks/init.py", line 51, in _global_import(module_name) File "/usr/local/lib/python2.7/dist-packages/tensorpack/callbacks/init.py", line 34, in _global_import p = import(name, globals(), locals(), level=1) File "/usr/local/lib/python2.7/dist-packages/tensorpack/callbacks/base.py", line 5, in import tensorflow as tf File "/usr/local/lib/python2.7/dist-packages/tensorflow/init.py", line 24, in from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/init.py", line 49, in from tensorflow.python import pywrap_tensorflow File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 74, in raise ImportError(msg) ImportError: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in from tensorflow.python.pywrap_tensorflow_internal import * File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in _pywrap_tensorflow_internal = swig_import_helper() File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory

Failed to load the native TensorFlow runtime

sebasdeldi commented 5 years ago

Hey @jackylee1 did you get to run this on Colab ?

jackylee1 commented 5 years ago

no