修改模型参数中的名字


chkpt = torch.load('weights/model_weights_StateJudgmentPre', map_location="cuda:0")

chkpt['fn_layer.weight'] = chkpt.pop('图转.weight')
chkpt['fn_layer.bias'] = chkpt.pop('图转.bias')
chkpt['evaluate.weight'] = chkpt.pop('评价.weight')
chkpt['evaluate.bias'] = chkpt.pop('评价.bias')

torch.save(chkpt, './model_weights_StateJudgmentPreEn.pth')
Logo

苏州本地的技术开发者社区,在这里可以交流本地的好吃好玩的,可以交流技术,可以交流招聘等等,没啥限制。

更多推荐