Problem training SwinUNETR segmentation #5424
-
I mostly copied the code from here to train a SwinUNETR for segmentation of a single label. You can see the complete code here. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @nicktasios , thanks for the question. Some suggestions to check:
Thanks. |
Beta Was this translation helpful? Give feedback.
Hi @nicktasios , thanks for the question.
From the loss curve, the model is not learning/converging.
I saw the code, some parameters are very different from training CT images, not sure if it's the data processing issue.
Some suggestions to check:
` parser.add_argument("--optim_lr", default=1e-3, type=float, help="optimization learning rate")
…