Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Instance normalization layer with default parameter axis=None still valid for images? #545

Open
jecaJeca opened this issue Sep 6, 2020 · 0 comments

Comments

@jecaJeca
Copy link

jecaJeca commented Sep 6, 2020

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.

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

No branches or pull requests

1 participant