寻找解决以下错误的方法,在使用 TensorFlow 时遇到:
Python version = 3.5.0
Have I written custom code --> No
OS Platform and Distribution --> Windows 10
TensorFlow installed from --> pip install --ignore-installed --upgrade tensorflow-gpu
TensorFlow version --> 1.8.0-gpu
Bazel version --> NA
CUDA/cuDNN version --> 9.0
GPU model and memory --> GeForce GTX 960M, 3GB
Exact command to reproduce --> See below
basic_cell = tf.contrib.rnn.BasicRNNCell(num_units=n_neurons) # Errs out here
Run Code Online (Sandbox Code Playgroud)
错误信息:
"The procedure entry point
?AddCleanup@Arenalmpl@internal@protobuf@google@@QEAAXXEPEAXP6AX0@Z@Z could
not be located in the dynamic link library
C:\Anaconda\envs\tensorflow\lib\site-
packages\tensorflow\contrib\data_dataset_ops.so"
Run Code Online (Sandbox Code Playgroud)