未验证 提交 c5bfe4b6 编写于 作者: C ceci3 提交者: GitHub

Update docs (#4707)

* fix init

* update

* update docs
上级 5c6ddeda
...@@ -97,7 +97,7 @@ def base_parse_args(parser): ...@@ -97,7 +97,7 @@ def base_parse_args(parser):
add_arg('output', str, "./output", add_arg('output', str, "./output",
"The directory the model and the test result to be saved to.") "The directory the model and the test result to be saved to.")
add_arg('init_model', str, None, "The init model file of directory.") add_arg('init_model', str, None, "The init model file of directory.")
add_arg('gan_mode', str, "vanilla", "The init model file of directory.") add_arg('gan_mode', str, "vanilla", "which GAN loss used in model.")
add_arg('norm_type', str, "batch_norm", "Which normalization to used") add_arg('norm_type', str, "batch_norm", "Which normalization to used")
add_arg('learning_rate', float, 0.0002, "the initialize learning rate") add_arg('learning_rate', float, 0.0002, "the initialize learning rate")
add_arg('lambda_L1', float, 100.0, "the initialize lambda parameter for L1 loss") add_arg('lambda_L1', float, 100.0, "the initialize lambda parameter for L1 loss")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册