mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
fixup
This commit is contained in:
parent
4ee7f2a0d6
commit
030d8710b6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def model_rainfallwater_segmentation(metadata, feature_dim_in, shape_water_out,
|
|||
|
||||
model.compile(
|
||||
optimizer="Adam",
|
||||
loss=tf.keras.losses.SparseCategoricalCrossentropy()
|
||||
loss=tf.keras.losses.SparseCategoricalCrossentropy(),
|
||||
metrics=["accuracy"]
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue