Skip to content
Snippets Groups Projects
Commit 28c21cd8 authored by Mélodie Boillet's avatar Mélodie Boillet Committed by Yoann Schneider
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 44be2ed5
No related branches found
No related tags found
1 merge request!53Document training subcommands
This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
......@@ -16,7 +16,7 @@ def add_generate_parser(subcommands) -> None:
def add_line_parser(subcommands) -> None:
parser = subcommands.add_parser(
"line",
description="Train a DAN model at line level",
description="Train a DAN model at line level.",
help="Train a DAN model at line level.",
)
parser.set_defaults(func=run_train)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment