We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5205aa commit 10b4b9bCopy full SHA for 10b4b9b
official/modeling/activations/swish.py
@@ -21,7 +21,6 @@
21
import tensorflow as tf
22
23
24
-@tf.keras.utils.register_keras_serializable(package='Text')
25
def swish(features):
26
"""Computes the Swish activation function.
27
0 commit comments