You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
We should definately check where to give what argument (and maybe expose more keyword arguments) in experiment (Possible ways are to pass arguments via keyword or parameter object in __init__.py or run/test/resume/kfold, so there are 4 different ways to pass arguments)
Any opinions, on what to pass which way @delira-dev/delira ?
I would prefer to expose as many options as possible and giving them good defaults, but things like loss functions, metrics, model parameters should be passed by the parameter object IMO.
We should definately check where to give what argument (and maybe expose more keyword arguments) in experiment (Possible ways are to pass arguments via keyword or parameter object in
__init__.py
orrun
/test
/resume
/kfold
, so there are 4 different ways to pass arguments)We should probably do this, after merging #166
The text was updated successfully, but these errors were encountered: