logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

size mismatch问题:训练权重不匹配问题

在测试二阶段和三阶段模型的时候程序一直报错:RuntimeError: Error(s) in loading state_dict for Eff:size mismatch for fc.weight: copying a param with shape torch.Size([18, 1000]) from checkpoint, the shape in current model is

#python
到底了