MedSegDiff icon indicating copy to clipboard operation
MedSegDiff copied to clipboard

Training with different image size

Open elrandar opened this issue 2 years ago • 2 comments

Training with image size = 128 and ISIC dataset fails.

Failing occurs when values are going through FFParser. image

I assume this is related to hardcoded values in the instantiation of FFParser modules (unet.py file): image

Do you have the same issue and what would be a smart fix?

elrandar avatar Feb 07 '23 16:02 elrandar

you can train it with image size = 256 first, I will fix it soon.

WuJunde avatar Feb 11 '23 01:02 WuJunde

Hi, I also met the same issue.

meiluzhu avatar Mar 26 '23 13:03 meiluzhu