Wenn ich den Befehl sess = tf.Session()
in einer Tensorflow 2.0-Umgebung ausführe , wird folgende Fehlermeldung angezeigt:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'tensorflow' has no attribute 'Session'
System Information:
- Betriebssystemplattform und -verteilung: Windows 10
- Python-Version: 3.7.1
- Tensorflow Version: 2.0.0-alpha0 (installiert mit pip)
Schritte zum Reproduzieren:
Installation:
- pip install --upgrade pip
- pip install tensorflow == 2.0.0-alpha0
- Pip Keras installieren
- pip install numpy == 1.16.2
Ausführung:
- Befehl ausführen: Tensorflow als tf importieren
- Befehl ausführen: sess = tf.Session ()