Closed namKolorfuL closed 8 months ago
@namKolorfuL I'll release a fix for this this weekend but in the meantime if you set encoder_output_stride=None
in UnetPlusPlus this should work.
The reason is maxvit doesn't necessarily have a stride component. But UnetPlusPlus defaults encoder_output_stride=32
which I need to change.
I tried using UnetPlusPlus with the same config as the Unet in readme.md
but got following error, can someone help fix this?: