digantamisra98 / Mish

Official Repository for "Mish: A Self Regularized Non-Monotonic Neural Activation Function" [BMVC 2020]
https://www.bmvc2020-conference.com/assets/papers/0928.pdf
MIT License
1.29k stars 129 forks source link

Error in TF-Keras mish #5

Closed DaniyarM closed 5 years ago

DaniyarM commented 5 years ago

In function call: return inputs * tf.math.tanh(tf.math.softplus(x)) Should be inputs instead of x inside softplus

digantamisra98 commented 5 years ago

Thank You! Fixed.