Description
System information.
TensorFlow version (you are using):
Are you willing to contribute it (Yes/No) :
Just if we have a clear path on what will be accepted in the repo
Describe the feature and the current behavior/state.
I want to use git-bisect
on different Keras commits to execute third party library tests.
This is hard to achieve currently as Keras doesn't support editable installs (e.g. pip -e
) and we need to build and install the wheel on every single commit.
Describe the feature clearly here. Be sure to convey here why the requested feature is needed. Any brief description about the use-case would help.
I want to move between multiple Keras commits to execute third party library tests.
To achieve this we need to have something like an editable Keras install pip -e
Will this change the current api? How?
No
Who will benefit from this feature?
All the developers and third party libraries that need to execute tests on multiple Keras commits
/cc @qlzh727