mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
convnext: whitespace
This commit is contained in:
parent
1d872cb962
commit
fad1399c2d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ def add_convnext_block(y, dim, drop_prob=0, prefix=""):
|
|||
name=f'{prefix}.pwconv1'
|
||||
)(y)
|
||||
|
||||
|
||||
|
||||
y = tf.keras.layers.Activation(
|
||||
'gelu',
|
||||
name=f'{prefix}.act'
|
||||
|
|
Loading…
Reference in a new issue