Skip to content
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

It seems tensorflow-addons is no longer existing? #14

Closed
shi27feng opened this issue Apr 11, 2019 · 5 comments
Closed

It seems tensorflow-addons is no longer existing? #14

shi27feng opened this issue Apr 11, 2019 · 5 comments

Comments

@shi27feng
Copy link

The error is below:
(base) xx:~/Workspace/CycleGAN-Tensorflow-2$ pip install tensorflow-addons
Collecting tensorflow-addons
Could not find a version that satisfies the requirement tensorflow-addons (from versions: )
No matching distribution found for tensorflow-addons

@LynnHo
Copy link
Owner

LynnHo commented Apr 15, 2019

@shi27feng you can refer to https://github.com/tensorflow/addons, tensorflow-addons requires tf2.

@Khoa-NT
Copy link

Khoa-NT commented Apr 15, 2019

Hi @LynnHo
Currently, tensorflow_addons hasn't supported windows yet.
Do you have any ideas to run without tensorflow_addons?

@LynnHo
Copy link
Owner

LynnHo commented Apr 15, 2019

@shaolinkhoa I am sorry I have no idea about it. This project heavily depends on tensorflow_addons, because tensorflow_addons provides instance normalization which is not included in tensorflow. One solution is to implement the instance normalization by yourself but it takes times.

@LynnHo LynnHo closed this as completed Apr 17, 2019
@jvmncs
Copy link

jvmncs commented May 31, 2019

This could also happen if you attempt to install tensorflow-addons with python 3.7: tensorflow/addons#75

@iszotic
Copy link

iszotic commented Oct 10, 2019

@shaolinkhoa, I use ROCm that doesn't support tensorflow addons so here's a variation without tensorflow-addons, I had to copy directly the instance normalization part from tensorflow addons repository, and it works https://github.com/iszotic/CycleGAN-Tensorflow-2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants