python导入keras_python – Keras ImportError:无法导入名称初始化

错误:

(tensorflow) jcsu@jcsu:~$python

Python 2.7.13 |Continuum Analytics, Inc.| (default, Dec 20 2016, 23:09:15)

[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2

Type "help", "copyright", "credits" or "license" for more information.

Anaconda is brought to you by Continuum Analytics.

Please check out: http://continuum.io/thanks and https://anaconda.org

>>> from keras import initializations

Using TensorFlow backend.

I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcublas.so.8.0 locally

I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcudnn.so.5 locally

I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcufft.so.8.0 locally

I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcuda.so.1 locally

I tensorflow/stream_executor/dso_loader.cc:135] successfully opened CUDA library libcurand.so.8.0 locally

Traceback (most recent call last):

File "", line 1, in

ImportError: cannot import name initializations

当我尝试从keras.layers.recurrent导入time_distributed_dense时发生类似的错误.

有人请帮帮我吗?

你可能感兴趣的:(python导入keras)