debug logging

it begins again
This commit is contained in:
Starbeamrainbowlabs 2022-11-11 18:31:40 +00:00
parent 481eeb3759
commit bf2f6e9b64
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -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)