mirror of
https://github.com/wassname/keras-contrib.git
synced 2026-07-25 13:20:46 +08:00
* Instance Normalization layer * fix Instance Normalization for theano broadcasting rules * Support rank 1 tensor in Instance Normalization * address issue with axis parameter in instance normalization and add unit test for per channel correctness * avoid assert_raises in normalization unit test * Instance normalization set axis default to None