keras-contrib icon indicating copy to clipboard operation
keras-contrib copied to clipboard

Swish activation saves beta as weight even if it is not trainable

Open aghoshpub opened this issue 5 years ago • 2 comments

- What I did Allows to save beta as weights when a model is saved even if beta is not trainable.

- How I did it Adding "trainable" argument to the weight.

- How you can verify it


This pull request fixes #482

aghoshpub avatar Mar 21 '19 16:03 aghoshpub

Hello, I'm a bot! I can make mistakes, notify gabrieldemarmiesse if I made one.

I see that you modified the following file:

  • keras_contrib/layers/advanced_activations/swish.py

The owner of those file is @gabrieldemarmiesse

@gabrieldemarmiesse could you please take a look at it whenever you have the time and add a review? Thank you in advance for the help.

Closing because of the discussion in #482.

gabrieldemarmiesse avatar Mar 23 '19 13:03 gabrieldemarmiesse