__setattr__
of the LookAhead to set learning rate of the internal optimizer. Maybe we could do that for all the wrappers by introducing a Mixin of a sort and letting the wrappers inherit that?
Hey @seanpmorgan @bhack,
As I was going through the "TensorFlow Project Ideas" document for google summer of code when I noticed that TF Addons was listed under the propose your own idea section.
I was wondering what projects/tasks I could propose that would be beneficial for TFAddons. I would love to hear your suggestions on possible projects that I could work on. I remember @seanpmorgan talking about custom ops during the last SIG meeting and how it could be an interesting task for a university student which fits my interests.
So far I have only made minor changes/fixes, however, I would be more than happy to tackle a challenging task :)
Last year I've applied for GSOC but I didn't hear anything from TF team . It was written that kindly mail your drafted proposal so that we can assign you the Mentor to refine your proposal. But unluckily I've mailed them but I didn't got any reply. So, this year I want to discuss about my project Ideas with mentor. So that I'll include only those things which are relevant to TF ecosystem.
You can try to post in https://groups.google.com/a/tensorflow.org/g/developers
@seanpmorgan It will be great if we have a list of checks(all possible CI checks) with required package versions used in CI available in the repo for development purpose.
This will reduce the commit counts.
Eg.
black --check addons
flake8 addons
I am not sure whether it is already in place or not. :-)