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 8110bb6 commit d5205aaCopy full SHA for d5205aa
official/modeling/activations/gelu.py
@@ -23,7 +23,6 @@
23
import tensorflow as tf
24
25
26
-@tf.keras.utils.register_keras_serializable(package='Text')
27
def gelu(x):
28
"""Gaussian Error Linear Unit.
29
0 commit comments