mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 17:23:01 +00:00
and continues
This commit is contained in:
parent
de47a883d9
commit
a336cdee90
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ def model_rainfallwater_segmentation(metadata, feature_dim_in, shape_water_out,
|
||||||
|
|
||||||
# BEGIN
|
# BEGIN
|
||||||
layer_next = tf.keras.layers.Dense(name="cns.stage.begin.dense", units=feature_dim_in)(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.LayerNormalization(name="stage_begin.norm", epsilon=1e-6)(layer_next)
|
||||||
layer_next = tf.keras.layers.ReLU(name="stage_begin.relu")(layer_next)
|
layer_next = tf.keras.layers.ReLU(name="stage_begin.relu")(layer_next)
|
||||||
|
|
||||||
layer_next = do_convnext_inverse(layer_next, arch_name="convnext_i_tiny")
|
layer_next = do_convnext_inverse(layer_next, arch_name="convnext_i_tiny")
|
||||||
|
|
Loading…
Reference in a new issue