You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some problems with your 3D kiunet. I compared the code with your paper and found that the model details do not correspond. Maybe you should explain these questions. E.g: out = F.pad(out,[0,0,0,0,0,1]), scale_factor=(0.5,0.25,0.25),(0.5,0.0625,0.0625), (2,0.25,0.25) and so on.
I hope you can reply or update the correct code, Thanks
The text was updated successfully, but these errors were encountered:
@jeya-maria-jose
out1 = torch.add(out1,F.interpolate(F.relu(self.inte3_2bn(self.intere3_2(tmp))),scale_factor=(2,16,16),mode ='trilinear'))
RuntimeError: The size of tensor a (6) must match the size of tensor b (2) at non-singleton dimension 2
I am facing the same issue anybody solved it??
out= torch.add(out1,F.interpolate(F.relu(self.inte3_2bn(self.intere3_2(tmp))),scale_factor=(2,16,16),mode ='trilinear'))
RuntimeError: The size of tensor a (6) must match the size of tensor b (2) at non-singleton dimension 2
There are some problems with your 3D kiunet. I compared the code with your paper and found that the model details do not correspond. Maybe you should explain these questions. E.g: out = F.pad(out,[0,0,0,0,0,1]), scale_factor=(0.5,0.25,0.25),(0.5,0.0625,0.0625), (2,0.25,0.25) and so on.
I hope you can reply or update the correct code, Thanks
The text was updated successfully, but these errors were encountered: