siamfc-pytorch-gpu-benchmark icon indicating copy to clipboard operation
siamfc-pytorch-gpu-benchmark copied to clipboard

(object 'conv1.1.num_batches_tracked' doesn't exist)

Open zzowenzz opened this issue 3 years ago • 0 comments
trafficstars

Hi, when i am running the notebook, it seems that there is something wrong with function load_net(NET_PATH, siam) with "KeyError: "Unable to open object (object 'conv1.1.num_batches_tracked' doesn't exist)""

And I print the k in net.state_dict().items() and it shows "conv1.0.weight conv1.0.bias conv1.1.weight conv1.1.bias conv1.1.running_mean conv1.1.running_var conv1.1.num_batches_tracked" which has 1 "conv1.1.num_batches_tracked".

May I possibly know the problem of it?

zzowenzz avatar May 26 '22 01:05 zzowenzz