tensorflow 使用flags定义命令行参数的方法 tf定义了tf.app.flags,用于支持接受命令行传递参数,相当于接受argv。importtensorflowastf#第一个 flags使用