Commit 259c4347 authored by Zihan Wang's avatar Zihan Wang
Browse files

lint 2

parent 09e6e71c
......@@ -184,7 +184,6 @@ class LongformerEncoderBlock(tf.keras.layers.Layer):
# TFLongformerIntermediate.intermediate_act_fn
self._intermediate_activation_layer = tf.keras.layers.Activation(
self._inner_activation, dtype=policy)
# ???
self._inner_dropout_layer = tf.keras.layers.Dropout(
rate=self._inner_dropout)
# TFLongformerOutput
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment