mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-25 18:33:01 +00:00
debug logging
it begins again
This commit is contained in:
parent
481eeb3759
commit
bf2f6e9b64
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ def model_rainfallwater_mono(metadata, shape_water_out, model_arch_enc="convnext
|
|||
arch_name = model_arch_enc
|
||||
)(layer_input)
|
||||
|
||||
print("ENCODER output_shape", layer_next.shape)
|
||||
|
||||
# BOTTLENECK
|
||||
layer_next = tf.keras.layers.Dense(name="cns.stage.bottleneck.dense2", units=feature_dim)(layer_input)
|
||||
|
|
Loading…
Reference in a new issue