Skip to content

Fixing LRR issue and define validation n_jets and WP

Alexander Froch requested to merge alfroch-update-things into master

This MR adds the following:

  • Adding a validation specific n_jets and WP to the train configs (It is backward compatible). Documentation is added.
  • Fixing an issue when disabling the Learning Rate Reducer (is fixed with a list where the callbacks are appended to when they are initialized).
  • Adapting the plotting_epoch_performance.py script. Per default, the validation json which is created with the MyCallback function is used when no argument (except the -c) is given (based on the parameters inside the train config).
  • The --dict option in plotting_epoch_performance.py is still available. With this, you can use a validation json which not fits (name-wise).
  • Added the --recalculate flag to plotting_epoch_performance.py which is now the command to recalculate the validation json.
Edited by Alexander Froch

Merge request reports