model=torch.load('u2net.pth',map_location=torch.device('cpu'))这里的model可以正常输出tensor_image也可以正常输出,但是model(tensor_image)根本输出不了是咋回事啊