SuperResolution: How to troubleshoot tensor size mismatch error?

You need to make your dims divisible by 2, these errors arise from padding issues. With fastai unets I usually ensure div by 32 so this error doesn’t arise at an interim layer. So try 128. Please post back if this helps.

See Gland segmentation using Lesson 3 fastai v1