tensorflow / addons

Useful extra functionality for TensorFlow 2.x maintained by SIG-addons
Apache License 2.0
1.69k stars 610 forks source link

Build with TF 2.11.0 #2782

Closed bhack closed 1 year ago

bhack commented 1 year ago

Build the release with TF 2.11.0

bhack commented 1 year ago

@chenmoneygithub Can you check the optimizers 2.11 errors?

chenmoneygithub commented 1 year ago

@bhack I made #2783 to fix optimizer failures. The error log is too long to read, so I might miss some cases.

AakashKumarNain commented 1 year ago

We need to remove GroupNormalization layer as it has been incorporated in the core now

bhack commented 1 year ago

We need to remove GroupNormalization layer as it has been incorporated in the core now

Yes but I think that we need to give the same deprecation warning like other "duplicated" components. Can you send a PR against build_2.11.0 branch?

AakashKumarNain commented 1 year ago

We need to remove GroupNormalization layer as it has been incorporated in the core now

Yes but I think that we need to give the same deprecation warning like other "duplicated" components. Can you send a PR against build_2.11.0 branch?

I can do it over the weekend. Got a lot on my plate right now. Will that work?

bhack commented 1 year ago

I can do it over the weekend. Got a lot on my plate right now. Will that work?

Yes it is ok as we are waiting also for the Macos release https://pypi.org/project/tensorflow-macos/#history

bhack commented 1 year ago

LGTM, thanks for all your work! We're approaching a month since release. I think we may need to drop the tensorflow-macos dependency after that.

@kulinseth do you have any news to share?

kulinseth commented 1 year ago

LGTM, thanks for all your work! We're approaching a month since release. I think we may need to drop the tensorflow-macos dependency after that.

@kulinseth do you have any news to share?

I will update here soon with the release. We are doing final round of testing.