Skip to content

Commit d5205aa

Browse files
authored
Update gelu.py
1 parent 8110bb6 commit d5205aa

File tree

1 file changed

+0
-1
lines changed
  • official/modeling/activations

1 file changed

+0
-1
lines changed

official/modeling/activations/gelu.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import tensorflow as tf
2424

2525

26-
@tf.keras.utils.register_keras_serializable(package='Text')
2726
def gelu(x):
2827
"""Gaussian Error Linear Unit.
2928

0 commit comments

Comments
 (0)