pesser / edflow

Reduce boilerplate code for your ML projects. TensorFlow and PyTorch.
https://edflow.readthedocs.io/
MIT License
24 stars 13 forks source link

(Re-)define config merging behavior #216

Open pesser opened 4 years ago

pesser commented 4 years ago

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 it.

jhaux commented 4 years ago

As stated in #210 I would recommend using edflow.util.update to stack configs (See the example there). I will implement this behavior and make a PR.