-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document weight management for KerasCV #71
Comments
Some of this points are really important as they are potentially going to expand over the limited reporducbility of the train process. A topic that wasn't handled in the recent PR review at: |
Just an extra point, I hope that we could evaluate to have some free CI resource for training job resoruces community integrated with Github Action. |
Why we are closing this? |
Project direction has continued to evolve, and while this is still something we will do, this bug is not actionable at this time. |
Ok please put a short sentence when you are closing a ticket if it is not super trivial to understand why we are closing it without participating to the internal meetings. So that we could keep the "external" community on the same page. Thanks |
* add base merge layer * format docstrings * add layer * add test cases for layer * Add import for layer * fix build function * add dynamic and static tests * fix pytest import * fix pytest decorator * remove batch size from dynamic shape test * fix keras reference * refactor test class * fix tf tests, and linting issues * add subtract layer * add tests for subtract layer * fix linting issues * add average layer * add maximum layer * dd minimum layer * add multiply layer * add tests for average, minimum, maximum, and multiply layers
This includes:
The text was updated successfully, but these errors were encountered: