[PYTHON] Tensorflow meine eigenen Tipps

Wenn Sie v1-Funktionen verwenden möchten, wenn Sie v2 verwenden

Fügen Sie .compat.v1. hinzu

>>> tf.get_variable_scope()
AttributeError: module 'tensorflow' has no attribute 'variable_scope'
>>> tf.compat.v1.get_variable_scope()
<tensorflow.python.ops.variable_scope.VariableScope at 0x7f41e7efb198>

Recommended Posts

Tensorflow meine eigenen Tipps
Python-Tipps
numpy tipps
Jupyters Trick 5
Scapy-Tipps
Jupyters Trick 3
Persönliche Tipps zu Python (Zeichenfolgen, Protokolle)
Jupyters Trick 2
Tensorflow Glossar
tensorflow mnist_deep.py
TensorFlow Tutorial Tutorial
Python-Tipps
Python-Tipps
Persönliche Tipps, wenn Sie verschiedene Dinge mit Python 3 tun