mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
dlr: told you so
This commit is contained in:
parent
f9df19cfd5
commit
b6ca885fe2
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ else:
|
||||||
# Tell Tensorflow about our custom layers so that it can deserialise models that use them
|
# Tell Tensorflow about our custom layers so that it can deserialise models that use them
|
||||||
"LossCrossEntropyDice": LossCrossEntropyDice,
|
"LossCrossEntropyDice": LossCrossEntropyDice,
|
||||||
"metric_dice_coefficient": dice_coefficient,
|
"metric_dice_coefficient": dice_coefficient,
|
||||||
"make_sensitivity": sensitivity,
|
"sensitivity": sensitivity,
|
||||||
"specificity": specificity,
|
"specificity": specificity,
|
||||||
"one_hot_mean_iou": mean_iou
|
"one_hot_mean_iou": mean_iou
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue