Skip to content

Batch size #943

Answered by diazandr3s
royak asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @royak,

By default, the batch size is set to one. You can change this value by redefining the self._config in the training class (https://github.com/Project-MONAI/MONAILabel/blob/main/monailabel/tasks/train/basic_train.py#L139-L152) or by setting it in the Options tab (https://youtu.be/KjwuFx0pTXU?t=235).

My suggestion is to use the segmentation model, change the ROI size to (96, 96, 96) https://github.com/Project-MONAI/MONAILabel/blob/main/sample-apps/radiology/lib/configs/segmentation.py#L65 and reduce the network size https://github.com/Project-MONAI/MONAILabel/blob/main/sample-apps/radiology/lib/configs/segmentation.py#L72

Hope this helps,

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by royak
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants