问题:
AttributeError: module 'tensorflow' has no attribute 'Session'
解决:
https://stackoverflow.com/questions/55142951/tensorflow-2-0-attributeerror-module-tensorflow-has-no-attribute-session
import tensorflow.compat.v1 as tf
tf.disable_v2_behavior()