You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there!
Could you help with several questions about 3DSlicer MONAI Label UI below?
In the latest version, we see "Section" is added (see screenshot below), which didn't exist in previous versions. We're confused on how we shall choose from the modes within the "Section". E.g., if we choose "activelearning", can we still do training like in previous version? What does "scoring" mode mean?
The "Options" panel allows users to change training hyperparameters easily, but there's no "optimizer" and "learning rate" knobs now (see screenshot below). Will those be added? And how can we tune those hyperparameters for now?
The "Option" panel in MONAI Label is not changed when I changed the argument of name, batch_size and max_epochs in /apps/deepedit/main.py. Is this expected?
The sections refer to different actions for monailabel, you could choose an action and make config changes on the panel. if we choose Yes, if you choose "activelearning", you can go back and do training. The section and option panel is just a UI for change configurations of certain parameters.
Currently, we didn't put optimzer related hyperparameter in the options, you could modify the args in the python or bundle files where you defined. For example, in the radiology app, the "segmentation" model, the optimizer is defined here:
Once you changed the variables in the options panel, these variables will pass to the request and send to training or infer tasks. It will not related to the "main.py" .
@tangy5 Thank you so much for helping! Very informative!
For the 1st bullet, I think I get the idea "The section and option panel is just a UI for change configurations of certain parameters.", but could you explain more about
if we choose Yes, if you choose "activelearning", you can go back and do training.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there!
Could you help with several questions about 3DSlicer MONAI Label UI below?
The "Options" panel allows users to change training hyperparameters easily, but there's no "optimizer" and "learning rate" knobs now (see screenshot below). Will those be added? And how can we tune those hyperparameters for now?
The "Option" panel in MONAI Label is not changed when I changed the argument of
name
,batch_size
andmax_epochs
in/apps/deepedit/main.py
. Is this expected?@SanghoonKang503 for visibility.
Beta Was this translation helpful? Give feedback.
All reactions