gpt4 book ai didi

python - tf.enable_eager_execution 必须在程序启动时仅在 SPYDER IDE 中调用

转载 作者:行者123 更新时间:2023-11-28 20:58:12 33 4
gpt4 key购买 nike

我尝试执行简单代码的急切执行。

我在 Jupyter Notebook 和 Spyder IDE 上都试过了。使用 Jupyter 我没有问题,但是当我在 Spyder 中执行代码时,它返回错误:

File "C:\...\lib\site-packages\tensorflow\python\framework\ops.py", line 5496, in enable_eager_execution "tf.enable_eager_execution must be called at program startup.")
ValueError: tf.enable_eager_execution must be called at program startup.

代码如下:

import tensorflow as tf
tf.enable_eager_execution ()
import tensorflow.contrib.eager as tfe
def square (x):
     return tf.multiply (x, x)

grad = tfe.gradients_function (square)

print (grad (3.))

最佳答案

键入 Command + .(在 Mac 上)或 Ctrl + .(在 Windows 上)以重新启动 Spyder 内核。

关于python - tf.enable_eager_execution 必须在程序启动时仅在 SPYDER IDE 中调用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51967975/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com