You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, tfa.layers.FilterResponseNormalization only support 4D tensors of order NHWC. We need to add support for arbitrary tensors and let the user specify the axis/axes to normalize over. (axes currently is forced to be [1, 2]).
See the TODO in tensorflow_addons/layers/normalizations.py.
TensorFlow Addons is transitioning to a minimal maintenance and release mode. New features will not be added to this repository. For more information, please see our public messaging on this decision: TensorFlow Addons Wind Down
Please consider sending feature requests / contributions to other repositories in the TF community with a similar charters to TFA: Keras Keras-CV Keras-NLP
#765 added FRN to TFA.
Currently,
tfa.layers.FilterResponseNormalization
only support 4D tensors of orderNHWC
. We need to add support for arbitrary tensors and let the user specify the axis/axes to normalize over. (axes currently is forced to be[1, 2]
).See the TODO in
tensorflow_addons/layers/normalizations.py
.BLOCKED: Till #765 is merged.
The text was updated successfully, but these errors were encountered: