MedSegDiff
MedSegDiff copied to clipboard
Training with different image size
Training with image size = 128 and ISIC dataset fails.
Failing occurs when values are going through FFParser.

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

Do you have the same issue and what would be a smart fix?
you can train it with image size = 256 first, I will fix it soon.
Hi, I also met the same issue.