jku-vds-lab/paradime

`add_training_phase` does not accept `TrainingPhase` object as input

Closed this issue · 0 comments

So far, add_training_phase only accepts kwargs with the settings. Rewrite, so that it also accepts a full TrainingPhase object as the first (optional) parameter. This requires some checks and should probably be done in conjunction with the additional functionality to set default values (see Issue #11).