Skip to content

Commit 385552b

Browse files
committed
UI/log tweaks
1 parent 7f3a118 commit 385552b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

napari_cellseg3d/code_models/worker_training.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -880,10 +880,8 @@ def train(self):
880880
# "best_metric_epoch": best_dice_epoch,
881881
# }
882882
# )
883-
self.log("*" * 50)
884883

885884
# Save the model
886-
887885
print(
888886
"Saving the model to: ",
889887
self.config.results_path_folder + "/wnet.pth",

napari_cellseg3d/interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ def __init__(
493493
elif self._divide_factor == 10:
494494
self._value_label.setFixedWidth(30)
495495
else:
496-
self._value_label.setFixedWidth(40)
496+
self._value_label.setFixedWidth(60)
497497
self._value_label.setAlignment(Qt.AlignCenter)
498498
self._value_label.setSizePolicy(
499499
QSizePolicy.Policy.Fixed, QSizePolicy.Policy.Fixed

0 commit comments

Comments
 (0)