You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Author:
Thank you for open-source such a great work!
When testing pretrained models,I encountered the following problems:
After downloading dml_csr_lapa.pth,I have no idea which folder in my project to put in,so I creat a folder named snapshots and ran the folowing command:
RuntimeError: Error(s) in loading state_dict for DML_CSR:
size mismatch for layer6.conv4.weight: copying a param with shape torch.Size([11, 256, 1, 1]) from checkpoint, the shape in current model is torch.Size([19, 256, 1, 1]).
size mismatch for layer6.conv4.bias: copying a param with shape torch.Size([11]) from checkpoint, the shape in current model is torch.Size([19]).
This demonstrates the folder information within my project.
The text was updated successfully, but these errors were encountered:
Dear Author:
Thank you for open-source such a great work!
When testing pretrained models,I encountered the following problems:
After downloading dml_csr_lapa.pth,I have no idea which folder in my project to put in,so I creat a folder named snapshots and ran the folowing command:
Program error:
This demonstrates the folder information within my project.
The text was updated successfully, but these errors were encountered: