gpt4 book ai didi

python - 无法在 Jupyter 笔记本中运行 tf.enable_eager_execution()

转载 作者:行者123 更新时间:2023-12-01 09:27:57 24 4
gpt4 key购买 nike

关注此doc :,我尝试在安装版本 1.8.0 的tensorflow 和 python 版本为 2.7.13 后运行这些行。

*import tensorflow as tf
tf.enable_eager_execution()*

我进入安装tensorflow的顶级目录中的jupyter笔记本并创建一个新的jupyter笔记本,然后运行上面的行,并收到此错误:

*---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-1-1ff77c8b7a69> in <module>()
1 import tensorflow as tf
2 from __future__ import absolute_import, division, print_function
----> 3 tf.enable_eager_execution()
AttributeError: 'module' object has no attribute 'enable_eager_execution'*

但是当我从终端访问 python 或使用 ipython 时,我可以成功运行这两行。有谁知道这是为什么以及如何解决笔记本中的问题?

最佳答案

我在使用 Colab 时遇到此错误,我通过从“运行时”菜单中选择“重置所有运行时”选项来重置环境,从而摆脱了此错误。

消除此错误的另一种方法是在代码单元中执行以下命令:

import tensorflow as tf
tf.enable_eager_execution()

关于python - 无法在 Jupyter 笔记本中运行 tf.enable_eager_execution(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50214104/

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