'tensorflow' has no attribute 'Session',已解决

tf版本:1.14.0

导入tensorflow将

import tensorflow as tf

改成:

import tensorflow.compat.v1 as tf