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

tesorflow-addons dependency #86

Open
irelamb opened this issue Jul 20, 2023 · 0 comments
Open

tesorflow-addons dependency #86

irelamb opened this issue Jul 20, 2023 · 0 comments

Comments

@irelamb
Copy link

irelamb commented Jul 20, 2023

Hello,

thank you very much for developing and maintaining this package! I am using to analyse some mRNA FISH images and it is very useful and simple to use.

Since TensorFlow Addons has stopped development, I was wondering how the package could be adapted to remove the dependency on tensorflow-addons. I think the only place where tensorflow-addons is used is in utils_models.py. probably this line:
self.norm = tfa.layers.InstanceNormalization()
could be replaced by something like
self.norm = GroupNormalization(groups=-1)
from what I read in https://www.tensorflow.org/addons/api_docs/python/tfa/layers/InstanceNormalization. Are you planning to do some modification of this kind?

Best
Irene

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

1 participant