您好!我想把在market1501上训练的模型放到MSMT17上去测试,但是运行时出现一个报错: line 418, in load_param
self.state_dict()[i.replace('module.', '')].copy_(param_dict[i])
RuntimeError: The size of tensor a (15) must match the size of tensor b (6) at non-singleton dimension 0
初步判断 15和6正好是两个数据集的camera数量,应该如何修改呢?
您好!我想把在market1501上训练的模型放到MSMT17上去测试,但是运行时出现一个报错: line 418, in load_param
self.state_dict()[i.replace('module.', '')].copy_(param_dict[i])
RuntimeError: The size of tensor a (15) must match the size of tensor b (6) at non-singleton dimension 0
初步判断 15和6正好是两个数据集的camera数量,应该如何修改呢?