Skip to content

Removing var_dict from train config

Manuel Guth requested to merge mguth-trainconfig into master

Summary

This MR introduces the following changes

  • removing var_dict from training config, this needs to be always the same as specified in the preprocessing config, i.e. since we can access the preprocessing config from the training config, we don't need it anymore
  • loading preprocessing config directly in train config

Conformity

Edited by Manuel Guth

Merge request reports