编程语言 IndexError: tensors used as indices must be long, byte or bool tensors 上面报错,添加 .type(torch.long)
编程语言 实现一个通讯录,可以用来存储1000个人的信息,每个人的信息包括:姓名,年龄,性别,电话,住址 实现一个通讯录; 通讯录可以用来存储1000个人的信息,每个人的信息包括: 姓名、性别、年龄、电话、住址 提供…