Unverified Commit 5b78141f authored by 김태민's avatar 김태민 Committed by GitHub
Browse files

[FIX BUG] add config_files parser #5114 (#5115)

* add config_files parser #5114

* add config_files parser_fix #5114
parent e312b230
......@@ -35,6 +35,12 @@ if __name__ == "__main__":
type=str,
help="The YAML config file corresponding to the original architecture.",
)
parser.add_argument(
"--config_files",
default=None,
type=str,
help="The YAML config file corresponding to the architecture.",
)
parser.add_argument(
"--num_in_channels",
default=None,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment