(已经解决)在做深度学习分类时或者其他应用出现RuntimeError:Input type and weight type should be the same。
RuntimeError:Inputtype(torch.cuda.FloatTensor)andweighttype(torch.FloatTensor)shouldbethesame.已经解决显示这里有错误:model=nn.Sequential(*list(trained_model.children())[:-1],#[b,512,1,1]取前17层Flatten(),#[b,512,1,