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
{{ message }}
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
I have used keras-contrib implementation of Instance Normalization Layer with default parameters (axis = None) for the image-to-image translation network. I have just seen that axis parameter should be -1 (channel) not None as it is by default. Which type of normalization I have done with axis=None?
I have good results with both options, although there are some differences in translations.
I think it should be corrected in the implementation as it is not uniform for other normalization layers in keras as well as in other frameworks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have used keras-contrib implementation of Instance Normalization Layer with default parameters (axis = None) for the image-to-image translation network. I have just seen that axis parameter should be -1 (channel) not None as it is by default. Which type of normalization I have done with axis=None?
I have good results with both options, although there are some differences in translations.
I think it should be corrected in the implementation as it is not uniform for other normalization layers in keras as well as in other frameworks.
The text was updated successfully, but these errors were encountered: