Medical-Transformer icon indicating copy to clipboard operation
Medical-Transformer copied to clipboard

RuntimeError: einsum(): subscript i has size 64 for operand 1 which does not broadcast with previously seen size 500

Open Throne-myworld opened this issue 7 months ago • 2 comments

when I run the code with MoNuSeg dataset this problem occurs , what should I do to solve this?

Throne-myworld avatar Nov 16 '23 13:11 Throne-myworld

当我使用MoNuSeg数据集运行代码时,会出现此问题,我应该怎么做才能解决这个问题? I also have this problem. Have you solved it

LebronMX-A avatar Dec 18 '23 02:12 LebronMX-A

check if image size is 512x512. If not then resize your image to 512x512 for this dataset.

kapilsingla22 avatar Jan 24 '24 10:01 kapilsingla22