This repository was archived by the owner on Jun 23, 2025. It is now read-only.
Have one file per feature and writing the CODEOWNERS file #417
Open
Description
By feature, I mean layer/optimizer/callback/example/model/... etc.
This is necessary to achieve #416 . So we have to change the structure of the repo and move code to do that.
Note that there should be a 1:1 mapping between the structure of the the keras-contrib/keras_contrib
directory and the keras-contrib/tests/keras_contrib
directory. So we need to move the tests accordingly.