Skip to content
Snippets Groups Projects

Load the model via a path to a folder

Merged Manon Blanco requested to merge load-model-via-path into main
All threads resolved!
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -31,7 +31,7 @@ def add_predict_parser(subcommands) -> None:
parser.add_argument(
"--model",
type=pathlib.Path,
help="Path to the directory containing the model, the YAML parameters file and the charset file to be used for prediction.",
help="Path to the directory containing the model, the YAML parameters file and the charset file to use for prediction.",
required=True,
)
parser.add_argument(
Loading