Skip to content

Commit eaabb11

Browse files
committed
Update plugin_model_training.py
1 parent 0c3450a commit eaabb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

napari_cellseg3d/code_plugins/plugin_model_training.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,14 +1608,14 @@ def __init__(self, parent):
16081608
text_label="Reconstruction loss",
16091609
)
16101610
self.ncuts_weight_choice = ui.DoubleIncrementCounter(
1611-
lower=0.1,
1611+
lower=0.01,
16121612
upper=1.0,
16131613
default=self.default_config.n_cuts_weight,
16141614
parent=parent,
16151615
text_label="NCuts weight",
16161616
)
16171617
self.reconstruction_weight_choice = ui.DoubleIncrementCounter(
1618-
lower=0.1,
1618+
lower=0.01,
16191619
upper=1.0,
16201620
default=0.5,
16211621
parent=parent,

0 commit comments

Comments
 (0)