Skip to content

Commit

Permalink
adding tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Oct 22, 2024
1 parent af081e7 commit 8af9ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cellpose/gui/guiparts.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ def __init__(self, parent, model_strings):
yoff += 1
use_SGD = "SGD"
self.useSGD = QCheckBox(f"{use_SGD}")
self.useSGD.setToolTip("use SGD, if unchecked uses AdamW (recommended learning_rate then 1e-3)")
self.useSGD.setChecked(True)
self.l0.addWidget(self.useSGD, i+yoff, 1, 1, 1)

Expand Down

0 comments on commit 8af9ebc

Please sign in to comment.