sess = tf.Session()
在Tensorflow 2.0环境中执行命令时,出现如下错误消息:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'tensorflow' has no attribute 'Session'
系统信息:
- 操作系统平台和发行版:Windows 10
- python版本:3.7.1
- Tensorflow版本:2.0.0-alpha0(随pip一起安装)
重现步骤:
安装:
- 点安装-升级点
- pip install tensorflow == 2.0.0-alpha0
- 点安装keras
- 点安装numpy == 1.16.2
执行:
- 执行命令:将tensorflow导入为tf
- 执行命令:sess = tf.Session()