AttributeError: module ‘tensorflow’ has no attribute 'gfile’
将“tf.gfile.exists(data_file)” 改为“tf.io.gfile.exists(data_file)”