Patrick Esser
Patrick Esser
- missed a couple of lines which still talk about previous commandline args: https://github.com/pesser/edflow/blob/9100ca7f698e75457ab89fd40aacee19cda54cac/edflow/eval/pipeline.py#L62 https://github.com/pesser/edflow/blob/9100ca7f698e75457ab89fd40aacee19cda54cac/edflow/eval/pipeline.py#L90 https://github.com/pesser/edflow/blob/9100ca7f698e75457ab89fd40aacee19cda54cac/edflow/eval/pipeline.py#L102 https://github.com/pesser/edflow/blob/9100ca7f698e75457ab89fd40aacee19cda54cac/edflow/eval/pipeline.py#L377 - should document properly what can be returned in eval op, how it...
As mentioned in https://github.com/pesser/edflow/pull/210#pullrequestreview-331730691 we probably want to change the current behavior how configs are merged. Document the way it is done, write a test to enforce it and implement...
From #200 which introduced Meta Datasets: > Things, that should be done in the near future: > > * Port the `EvalDatafolder` and the whole eval pipeline to this new...
some features were added and we should find a place to document them: - expansion with retrieve - path based command line updates of config - path based variable substitution...