AttributeError: module ‘tensorflow’ has no attribute 'app’
tensorflow2.0版本
将“import tensorflow as tf”
改为“import tensorflow.compat.v1 as tf”
AttributeError: module ‘tensorflow’ has no attribute 'app’
tensorflow2.0版本
将“import tensorflow as tf”
改为“import tensorflow.compat.v1 as tf”