ming

Results 5 comments of ming

Hi linusmartensson, Because keras.js don't support instance normalization layer(contrast normalization), after saw your pull requests, I tried using Lambda layer to achieve instance norm function. My Lambda layer codes are:...

Hi Linus, Thanks for your explanation! It made me more clear. After days of source codes reading, reimplementing the lambda using tensors or webgl is still complicated to me. But...

Let me try replying by myself. After days of source codes reading, I find there's actually a way to run batch normalization layer in training mode, in other words, implement...

Hi kevinkit, Yes, this import should be updated due to some updates of keras-contrib. Thanks for reporting the issue, I 'm sorry for this bug. I should have listed version...