Skip to content

implementation of integration test for umami training

Philipp Gadow requested to merge dev_integrationtest_umami into master

This MR adds an integration test for the umami tagger training and evaluation plots.

Also, it introduces a few fixes to the umami training config files and scripts.

The integration tests checks if the training runs successfully on 10 epochs using reduced input data which is stored on the service account EOS space and is retrieved via wget. Subsequently, the plotting_epoch_performance.py and evaluate_model.py scripts are executed.

The plotting and .h5 outputs are stored as artefacts with a lifetime of 1 day.

Edited by Philipp Gadow

Merge request reports