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
hi @mbrossar@marooncn, I think you have done a great job, I wanted to ask if it is possible to have the network weights pre trained updated to the current network configuration, as I have this error:
raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format(
RuntimeError: Error(s) in loading state_dict for TORCHIEKF:
Unexpected key(s) in state_dict: "mes_net.cov_net.8.weight", "mes_net.cov_net.8.bias", "mes_net.cov_net.12.weight", "mes_net.cov_net.12.bias", "mes_net.cov_net.16.weight", "mes_net.cov_net.16.bias".
size mismatch for mes_net.cov_net.4.weight: copying a param with shape torch.Size([64, 32, 5]) from checkpoint, the shape in current model is torch.Size([32, 32, 5]).
size mismatch for mes_net.cov_net.4.bias: copying a param with shape torch.Size([64]) from checkpoint, the shape in current model
is torch.Size([32])
The text was updated successfully, but these errors were encountered:
hi @mbrossar @marooncn, I think you have done a great job, I wanted to ask if it is possible to have the network weights pre trained updated to the current network configuration, as I have this error:
The text was updated successfully, but these errors were encountered: