Skip to content

Commit 7d4871f

Browse files
committed
Update model_framework.py
1 parent 5f283e3 commit 7d4871f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

napari_cellseg3d/code_models/model_framework.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ def __init__(
9999
text_label="Device",
100100
)
101101
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)
102103

103104
###################################################
104105
# status report docked widget

0 commit comments

Comments
 (0)