mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 01:12:59 +00:00
missing units
This commit is contained in:
parent
b5e08f92fe
commit
de47a883d9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ def model_rainfallwater_segmentation(metadata, feature_dim_in, shape_water_out,
|
|||
)
|
||||
|
||||
# BEGIN
|
||||
layer_next = tf.keras.layers.Dense(name="cns.stage.begin.dense")(layer_input)
|
||||
layer_next = tf.keras.layers.Dense(name="cns.stage.begin.dense", units=feature_dim_in)(layer_input)
|
||||
layer_next = tf.keras.layers.LayerNormalisation(name="stage_begin.norm", epsilon=1e-6)(layer_next)
|
||||
layer_next = tf.keras.layers.ReLU(name="stage_begin.relu")(layer_next)
|
||||
|
||||
|
|
Loading…
Reference in a new issue