您的位置:首页 > 其它

tf.flags.DEFINE_string

2017-08-21 11:53 429 查看
tf.flags.DEFINE_string("test_file", "./test_data/test.recency_corpus.0206", "test file")
tf.flags.DEFINE_string("test_file_result", "./test_data/test.recency_corpus.0206.result.2", "test file")
tf.flags.DEFINE_integer("batch_size", 640, "Batch Size (default: 64)")
#第一个是参数名称,第二个参数是默认值,第三个是参数描述
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: