赞
踩
这错是因为居然自己蠢到在pytorch用list当tensor用
将get_image转成tensor即可
get_image=torch.from_numpy(numpy.array(get_image))
这里我的get_image是list,所以要转tensor