Skip to content

Conversation

gabrieldemarmiesse
Copy link
Member

@gabrieldemarmiesse gabrieldemarmiesse commented Feb 28, 2020

Fix #1122

@gabrieldemarmiesse gabrieldemarmiesse changed the title Test macos and windows wheels in a fresh environement Test wheels in a fresh environement Mar 3, 2020
run: |
pip install tensorflow~=2.1.0
pip install wheel/tensorflow_addons-*.whl
python -c "import tensorflow_addons as tfa; print(tfa.activations.gelu(0.2))"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since gelu is a possible candidate for moving to TF core. Could we replace with another custom-op? Say gather_tree As seq2seq is likely to stay in Addons for the foreseeable future.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used lisht because it's simpler to setup than gather_tree.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I'm good with that. Depending on results of #1156 lisht custom-op may be removed at some point so lets just keep that in mind as those results get reported.

Copy link
Member

@seanpmorgan seanpmorgan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks!

@seanpmorgan seanpmorgan merged commit db45930 into tensorflow:master Mar 3, 2020
jrruijli pushed a commit to jrruijli/addons that referenced this pull request Dec 23, 2020
* Test macos and windows wheels.

* Add widnows.

* Test all wheels.

* Depends on result of tests.

* Change name.

* Use matrix everywhere.

* Replaced gelu by lisht.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test the release process and wheels at each commit.

3 participants