hyrax.verbs.test#
Attributes#
Classes#
Test verb - evaluates a trained model on test data |
Module Contents#
- class Test(config)[source]#
Bases:
hyrax.verbs.verb_registry.VerbTest verb - evaluates a trained model on test data
Overall initialization for all verbs that saves the config
- run()[source]#
Run the test process for the configured model on test data. This evaluates a trained model, saves outputs, and returns metrics.
Note: The configuration dictionary will be updated with the full path to the model weights file that is loaded into the model (config[“test”][“model_weights_file”]).
- Returns:
Dataset containing test results that can be used for further analysis
- Return type: