Closed sfmig closed 5 months ago
Attention: Patch coverage is 41.80328%
with 71 lines
in your changes missing coverage. Please review.
Project coverage is 37.11%. Comparing base (
5a47ee0
) to head (8bb9d9c
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR changes the CLI arguments of the evaluate script to better match the training script.
The most common use would be to run:
This will load the trained model and use its config to run the evaluation. Note that it is important that we use the config used in training, to make the same dataset and use the correct test split.
However, if a dataset or config file is specified via CLI, the parameters will be overwritten.
Other additions
I will do the tests in a separate PR 😬 ---> #199