os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' # 参数: 名字 默认值 说明 tf.app.flags.DEFINE_integer("max_step", 2000, "模型训练的步数") tf.app.flags.DEFINE ...