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
发生异常: IndexError
index 1 is out of bounds for dimension 2 with size 1
File "/root/autodl-fs/PET-Reconstruction/model/sr3_modules/diffusion.py", line 280, in p_losses
x_extra = x_in['HR'][:, np.newaxis, k, :, :]
File "/root/autodl-fs/PET-Reconstruction/model/sr3_modules/diffusion.py", line 293, in forward
return self.p_losses(x,ax_feature, fr_feature, *args, **kwargs)
File "/root/autodl-fs/PET-Reconstruction/model/model.py", line 178, in optimize_parameters
l_pix = self.netG(self.data,ax_feature, fr_feature)
File "/root/autodl-fs/PET-Reconstruction/train.py", line 90, in
diffusion.optimize_parameters()
IndexError: index 1 is out of bounds for dimension 2 with size 1
您好,想问一下读取nii数据和.mat数据 在结果上有什么影响么? mat 能转换为.nii么
The text was updated successfully, but these errors were encountered: