-
Notifications
You must be signed in to change notification settings - Fork 617
Blend Image Op #1275
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
Blend Image Op #1275
Conversation
Hi @abhichou4 thanks for starting this! So when we moved from tf.contrib we decided not to bring over HParams since it's a new API and that was against our charter. I'm wondering if we can utilize KerasTuner's Hyperparameter object since this will be maintained going forward without our help: |
Thanks for getting this started 👍
Since HParams are only used in very few places here, I think a normal |
/cc @omalleyt12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy to see this going forward. Small pull requests are the best :)
A few comments to adress and we're good to merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think to fix the formatting errors you should run bash tools/pre-commit.sh
. If you encounter any issues with it, please let me know.
@abhichou4 Thanks for fixing the build. Could you keep the tests that you made before too? We never have too many tests. |
@abhichou4 could you remove the test on the image in the git repo? Afterwards we're good to merge this. |
Thanks again for the pull request! |
* autoaugment, no changes * autoaugment with tfa and tf2 * removed contrib_training, hparams for now * Delete hparam.py * init augment_ops, added blend * typo in BUILD * added random test, round, unint8 ValueError * fixed build * image test * add previous tests * removed image test
Refers #1333 (#1226)
Adding blend op to
tensorflow_addons.image