Skip to content
Snippets Groups Projects
Commit e41976a2 authored by François  LAURENT's avatar François LAURENT
Browse files
parent 93b42dca
No related branches found
No related tags found
No related merge requests found
...@@ -82,10 +82,10 @@ All the [command arguments supported by `TaggingBackends`](https://gitlab.pasteu ...@@ -82,10 +82,10 @@ All the [command arguments supported by `TaggingBackends`](https://gitlab.pasteu
Using the [`20230129`](https://gitlab.pasteur.fr/nyx/MaggotUBA-adapter/-/tree/20230129) branch, the `20230129` tagger can be called on a supported tracking data file with: Using the [`20230129`](https://gitlab.pasteur.fr/nyx/MaggotUBA-adapter/-/tree/20230129) branch, the `20230129` tagger can be called on a supported tracking data file with:
``` ```
poetry run tagging-backend predict --model-instance 20230129 --skip-make-dataset poetry run tagging-backend predict --model-instance 20230129
``` ```
The `--skip-make-dataset` option is optional. It only makes *tagging-backend* slightly faster. Note: since `TaggingBackends==0.9`, the `--skip-make-dataset` argument is default behavior. Pass `--make-dataset` instead to enforce the former default.
For the above command to work, the track data file must be placed (*e.g.* copied) in the `data/raw/20230129` directory, to be first created or cleared. For the above command to work, the track data file must be placed (*e.g.* copied) in the `data/raw/20230129` directory, to be first created or cleared.
......
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