小编tw.*_*low的帖子

调用tf.contrib.rnn.BasicRNNCell时报entry point not found错误

寻找解决以下错误的方法,在使用 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 …
Run Code Online (Sandbox Code Playgroud)

tensorflow

5
推荐指数
0
解决办法
267
查看次数

标签 统计

tensorflow ×1