Fix conflict -m

This commit is contained in:
litagin02
2024-02-19 19:19:09 +09:00
parent 79f20fafbb
commit 2053ddd101

View File

@@ -112,7 +112,6 @@ if __name__ == "__main__":
) )
parser.add_argument( parser.add_argument(
"--model_name", "--model_name",
"-m",
type=str, type=str,
required=True, required=True,
help="The result will be in Data/{model_name}/raw/ (if Data is dataset_root in configs/paths.yml)", help="The result will be in Data/{model_name}/raw/ (if Data is dataset_root in configs/paths.yml)",