KidsWithTokens / MedSegDiff

Medical Image Segmentation with Diffusion Model
MIT License
979 stars 147 forks source link

error list out of range #126

Closed cannonli7 closed 1 year ago

cannonli7 commented 1 year ago

hello, I run the train code, and fine in unet.py , line 775 ' uemb, cal = self.highway_forward(c, [hs[3],hs[6],hs[9],hs[12]])', it seems list 'hs' with length 12 but in this line, the index is '12', could you help me with this problem?