提交 f0d4938b 编写于 作者: L LielinJiang

fix typo

上级 75eae884
...@@ -187,7 +187,7 @@ if __name__ == '__main__': ...@@ -187,7 +187,7 @@ if __name__ == '__main__':
parser.add_argument( parser.add_argument(
"--resize-short-size", "--resize-short-size",
default=256, default=256,
type=float, type=int,
help="short size of keeping ratio resize") help="short size of keeping ratio resize")
FLAGS = parser.parse_args() FLAGS = parser.parse_args()
assert FLAGS.data, "error: must provide data path" assert FLAGS.data, "error: must provide data path"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册