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 5f283e3 commit 7d4871fCopy full SHA for 7d4871f
napari_cellseg3d/code_models/model_framework.py
@@ -99,6 +99,7 @@ def __init__(
99
text_label="Device",
100
)
101
self.device_choice.tooltips = "Choose the device to use for training.\nIf you have a GPU, it is recommended to use it"
102
+ self.device_choice.setCurrentIndex(len(available_devices) - 1)
103
104
###################################################
105
# status report docked widget
0 commit comments