When I load the pre_trained model, I meet this error:
RuntimeError: Error(s) in loading state_dict for VGNet:
size mismatch for object_proj_layer.weight: copying a param with shape torch.Size([256, 288, 1]) from checkpoint, the shape in current model is torch.Size([384, 288, 1]).
size mismatch for object_proj_layer.bias: copying a param with shape torch.Size([256]) from checkpoint, the shape in current model is torch.Size([384]).
When I load the pre_trained model, I meet this error:
Do I need to change the channel?