def register_core_flags():
logging.info("Registering core spotify-tensorflow flags")
flags.DEFINE_string("training_set", None,
"Location of the training set")
flags.DEFINE_string("job-dir", None,
"Where to write data")
评论列表
文章目录