diff --git a/config/examples/eval_example.yaml b/config/examples/eval_example.yaml index e86105d..97c9a64 100644 --- a/config/examples/eval_example.yaml +++ b/config/examples/eval_example.yaml @@ -11,7 +11,7 @@ _MODEL_CONFIG: _CLASS_NAME: "BaselineModelGetter" _LOSS_CRITERION_CONFIG: - "dice_smooth": 1e-8, + "dice_smooth": 1.0E-8 "bce_weight": 0.5 _CLASS_INFO: _MODULE_NAME: "loss_utils.losses"