mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
according to the equation it looks like it's 2
This commit is contained in:
parent
cad82cd1bc
commit
f92b2b3472
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ class LayerCBAMAttentionChannel(tf.keras.layers.Layer):
|
|||
self.param_reduction_ratio = reduction_ratio
|
||||
|
||||
self.mlp = tf.keras.Sequential([
|
||||
tf.keras.layers.Dense(self.param_dim),
|
||||
tf.keras.layers.Dense(self.param_dim / self.param_reduction_ratio),
|
||||
tf.keras.layers.Dense(self.param_dim)
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue