HGCKL

Results 3 comments of HGCKL

@tanghaotommy can you help me to solve this problem

I solve it , due to I use pytorc=1.13,so I need to change this code;up1 = f_4[b, :, z_start / 4:z_end / 4, y_start / 4:y_end / 4, x_start /...

@Tanwi995 up1 = f_4[int(b), :, int(z_start / 4):int(z_end / 4), int(y_start / 4):int(y_end / 4), int(x_start / 4):int(x_end / 4)].unsqueeze(0) I change in this code