We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f3a118 commit 385552bCopy full SHA for 385552b
napari_cellseg3d/code_models/worker_training.py
@@ -880,10 +880,8 @@ def train(self):
880
# "best_metric_epoch": best_dice_epoch,
881
# }
882
# )
883
- self.log("*" * 50)
884
885
# Save the model
886
-
887
print(
888
"Saving the model to: ",
889
self.config.results_path_folder + "/wnet.pth",
napari_cellseg3d/interface.py
@@ -493,7 +493,7 @@ def __init__(
493
elif self._divide_factor == 10:
494
self._value_label.setFixedWidth(30)
495
else:
496
- self._value_label.setFixedWidth(40)
+ self._value_label.setFixedWidth(60)
497
self._value_label.setAlignment(Qt.AlignCenter)
498
self._value_label.setSizePolicy(
499
QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Fixed
0 commit comments