Skip to content

Commit 10b4b9b

Browse files
authored
Update swish.py
1 parent d5205aa commit 10b4b9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

official/modeling/activations/swish.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
import tensorflow as tf
2222

2323

24-
@tf.keras.utils.register_keras_serializable(package='Text')
2524
def swish(features):
2625
"""Computes the Swish activation function.
2726

0 commit comments

Comments
 (0)