Commit d87cd5bd authored by Dan Kondratyuk's avatar Dan Kondratyuk Committed by A. Unique TensorFlower
Browse files

Remove kernel size redefinition.

PiperOrigin-RevId: 386299254
parent 5d4a3b2a
...@@ -1078,7 +1078,6 @@ class MovinetBlock(tf.keras.layers.Layer): ...@@ -1078,7 +1078,6 @@ class MovinetBlock(tf.keras.layers.Layer):
se_ratio * expand_filters * se_multiplier, divisor=8) se_ratio * expand_filters * se_multiplier, divisor=8)
self._out_filters = out_filters self._out_filters = out_filters
self._expand_filters = expand_filters self._expand_filters = expand_filters
self._kernel_size = kernel_size
self._causal = causal self._causal = causal
self._activation = activation self._activation = activation
self._gating_activation = gating_activation self._gating_activation = gating_activation
......
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