Namespace(arch='BNInception', batch_size=64, clip_gradient=20, consensus_type='TRN', dataset='somethingv2', dropout=0.8, epochs=120, eval_freq=5, evaluate=False, flow_prefix='', gpus=None, img_feature_dim=256, k=3, loss_type='nll', lr=0.001, lr_steps=[50, 100], modality='RGB', momentum=0.9, no_partialbn=False, num_segments=3, print_freq=20, resume='', root_log='log', root_model='model', root_output='output', root_path='', snapshot_pref='', start_epoch=0, store_name='', train_list='', val_list='', weight_decay=0.0005, workers=30)
storing name: TRN_somethingv2_RGB_BNInception_TRN_segment3
Initializing TSN with base model: BNInception.
TSN Configurations:
input_modality: RGB
num_segments: 3
new_length: 1
consensus_module: TRN
dropout_ratio: 0.8
img_feature_dim: 256
/home/test/Desktop/TRN/TRN-pytorch/model_zoo/bninception/pytorch_load.py:13: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
manifest = yaml.load(open(model_path))
Traceback (most recent call last):
File "main.py", line 324, in
main()
File "main.py", line 39, in main
partial_bn=not args.no_partialbn)
File "/home/test/Desktop/TRN/TRN-pytorch/models.py", line 43, in init
self._prepare_base_model(base_model)
File "/home/test/Desktop/TRN/TRN-pytorch/models.py", line 108, in _prepare_base_model
self.base_model = getattr(model_zoo, base_model)()
File "/home/test/Desktop/TRN/TRN-pytorch/model_zoo/bninception/pytorch_load.py", line 35, in init
self.load_state_dict(torch.utils.model_zoo.load_url(weight_url))
File "/home/test/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 777, in load_state_dict
self.class.name, "\n\t".join(error_msgs)))
RuntimeError: Error(s) in loading state_dict for BNInception:
size mismatch for conv1_7x7_s2_bn.weight: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for conv1_7x7_s2_bn.bias: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for conv1_7x7_s2_bn.running_mean: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for conv1_7x7_s2_bn.running_var: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for conv2_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for conv2_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for conv2_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for conv2_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for conv2_3x3_bn.weight: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for conv2_3x3_bn.bias: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for conv2_3x3_bn.running_mean: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for conv2_3x3_bn.running_var: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_3a_1x1_bn.weight: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_1x1_bn.bias: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_1x1_bn.running_mean: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_1x1_bn.running_var: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_3x3_bn.weight: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_3x3_bn.bias: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_3x3_bn.running_mean: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_3x3_bn.running_var: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_double_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_double_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_double_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_double_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3a_double_3x3_1_bn.weight: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3a_double_3x3_1_bn.bias: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3a_double_3x3_1_bn.running_mean: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3a_double_3x3_1_bn.running_var: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3a_double_3x3_2_bn.weight: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3a_double_3x3_2_bn.bias: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3a_double_3x3_2_bn.running_mean: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3a_double_3x3_2_bn.running_var: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3a_pool_proj_bn.weight: copying a param with shape torch.Size([1, 32]) from checkpoint, the shape in current model is torch.Size([32]).
size mismatch for inception_3a_pool_proj_bn.bias: copying a param with shape torch.Size([1, 32]) from checkpoint, the shape in current model is torch.Size([32]).
size mismatch for inception_3a_pool_proj_bn.running_mean: copying a param with shape torch.Size([1, 32]) from checkpoint, the shape in current model is torch.Size([32]).
size mismatch for inception_3a_pool_proj_bn.running_var: copying a param with shape torch.Size([1, 32]) from checkpoint, the shape in current model is torch.Size([32]).
size mismatch for inception_3b_1x1_bn.weight: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_1x1_bn.bias: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_1x1_bn.running_mean: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_1x1_bn.running_var: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_3x3_bn.weight: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3b_3x3_bn.bias: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3b_3x3_bn.running_mean: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3b_3x3_bn.running_var: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3b_double_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_double_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_double_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_double_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_double_3x3_1_bn.weight: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3b_double_3x3_1_bn.bias: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3b_double_3x3_1_bn.running_mean: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3b_double_3x3_1_bn.running_var: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3b_double_3x3_2_bn.weight: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3b_double_3x3_2_bn.bias: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3b_double_3x3_2_bn.running_mean: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3b_double_3x3_2_bn.running_var: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3b_pool_proj_bn.weight: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_pool_proj_bn.bias: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_pool_proj_bn.running_mean: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3b_pool_proj_bn.running_var: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3c_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_3c_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_3c_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_3c_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_3c_3x3_bn.weight: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_3c_3x3_bn.bias: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_3c_3x3_bn.running_mean: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_3c_3x3_bn.running_var: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_3c_double_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3c_double_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3c_double_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3c_double_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_3c_double_3x3_1_bn.weight: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3c_double_3x3_1_bn.bias: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3c_double_3x3_1_bn.running_mean: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3c_double_3x3_1_bn.running_var: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3c_double_3x3_2_bn.weight: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3c_double_3x3_2_bn.bias: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3c_double_3x3_2_bn.running_mean: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_3c_double_3x3_2_bn.running_var: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4a_1x1_bn.weight: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_4a_1x1_bn.bias: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_4a_1x1_bn.running_mean: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_4a_1x1_bn.running_var: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_4a_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_4a_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_4a_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_4a_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 64]) from checkpoint, the shape in current model is torch.Size([64]).
size mismatch for inception_4a_3x3_bn.weight: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4a_3x3_bn.bias: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4a_3x3_bn.running_mean: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4a_3x3_bn.running_var: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4a_double_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4a_double_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4a_double_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4a_double_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4a_double_3x3_1_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4a_double_3x3_1_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4a_double_3x3_1_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4a_double_3x3_1_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4a_double_3x3_2_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4a_double_3x3_2_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4a_double_3x3_2_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4a_double_3x3_2_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4a_pool_proj_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4a_pool_proj_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4a_pool_proj_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4a_pool_proj_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_1x1_bn.weight: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4b_1x1_bn.bias: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4b_1x1_bn.running_mean: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4b_1x1_bn.running_var: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4b_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4b_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4b_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4b_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4b_3x3_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_3x3_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_3x3_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_3x3_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_double_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4b_double_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4b_double_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4b_double_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4b_double_3x3_1_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_double_3x3_1_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_double_3x3_1_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_double_3x3_1_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_double_3x3_2_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_double_3x3_2_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_double_3x3_2_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_double_3x3_2_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_pool_proj_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_pool_proj_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_pool_proj_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4b_pool_proj_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4c_1x1_bn.weight: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_1x1_bn.bias: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_1x1_bn.running_mean: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_1x1_bn.running_var: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4c_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4c_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4c_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4c_3x3_bn.weight: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_3x3_bn.bias: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_3x3_bn.running_mean: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_3x3_bn.running_var: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_double_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4c_double_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4c_double_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4c_double_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4c_double_3x3_1_bn.weight: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_double_3x3_1_bn.bias: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_double_3x3_1_bn.running_mean: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_double_3x3_1_bn.running_var: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_double_3x3_2_bn.weight: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_double_3x3_2_bn.bias: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_double_3x3_2_bn.running_mean: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_double_3x3_2_bn.running_var: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4c_pool_proj_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4c_pool_proj_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4c_pool_proj_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4c_pool_proj_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4d_1x1_bn.weight: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4d_1x1_bn.bias: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4d_1x1_bn.running_mean: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4d_1x1_bn.running_var: copying a param with shape torch.Size([1, 96]) from checkpoint, the shape in current model is torch.Size([96]).
size mismatch for inception_4d_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4d_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4d_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4d_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4d_3x3_bn.weight: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4d_3x3_bn.bias: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4d_3x3_bn.running_mean: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4d_3x3_bn.running_var: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4d_double_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4d_double_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4d_double_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4d_double_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_4d_double_3x3_1_bn.weight: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4d_double_3x3_1_bn.bias: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4d_double_3x3_1_bn.running_mean: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4d_double_3x3_1_bn.running_var: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4d_double_3x3_2_bn.weight: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4d_double_3x3_2_bn.bias: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4d_double_3x3_2_bn.running_mean: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4d_double_3x3_2_bn.running_var: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4d_pool_proj_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4d_pool_proj_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4d_pool_proj_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4d_pool_proj_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4e_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4e_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4e_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4e_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_4e_3x3_bn.weight: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4e_3x3_bn.bias: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4e_3x3_bn.running_mean: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4e_3x3_bn.running_var: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4e_double_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4e_double_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4e_double_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4e_double_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_4e_double_3x3_1_bn.weight: copying a param with shape torch.Size([1, 256]) from checkpoint, the shape in current model is torch.Size([256]).
size mismatch for inception_4e_double_3x3_1_bn.bias: copying a param with shape torch.Size([1, 256]) from checkpoint, the shape in current model is torch.Size([256]).
size mismatch for inception_4e_double_3x3_1_bn.running_mean: copying a param with shape torch.Size([1, 256]) from checkpoint, the shape in current model is torch.Size([256]).
size mismatch for inception_4e_double_3x3_1_bn.running_var: copying a param with shape torch.Size([1, 256]) from checkpoint, the shape in current model is torch.Size([256]).
size mismatch for inception_4e_double_3x3_2_bn.weight: copying a param with shape torch.Size([1, 256]) from checkpoint, the shape in current model is torch.Size([256]).
size mismatch for inception_4e_double_3x3_2_bn.bias: copying a param with shape torch.Size([1, 256]) from checkpoint, the shape in current model is torch.Size([256]).
size mismatch for inception_4e_double_3x3_2_bn.running_mean: copying a param with shape torch.Size([1, 256]) from checkpoint, the shape in current model is torch.Size([256]).
size mismatch for inception_4e_double_3x3_2_bn.running_var: copying a param with shape torch.Size([1, 256]) from checkpoint, the shape in current model is torch.Size([256]).
size mismatch for inception_5a_1x1_bn.weight: copying a param with shape torch.Size([1, 352]) from checkpoint, the shape in current model is torch.Size([352]).
size mismatch for inception_5a_1x1_bn.bias: copying a param with shape torch.Size([1, 352]) from checkpoint, the shape in current model is torch.Size([352]).
size mismatch for inception_5a_1x1_bn.running_mean: copying a param with shape torch.Size([1, 352]) from checkpoint, the shape in current model is torch.Size([352]).
size mismatch for inception_5a_1x1_bn.running_var: copying a param with shape torch.Size([1, 352]) from checkpoint, the shape in current model is torch.Size([352]).
size mismatch for inception_5a_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_5a_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_5a_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_5a_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_5a_3x3_bn.weight: copying a param with shape torch.Size([1, 320]) from checkpoint, the shape in current model is torch.Size([320]).
size mismatch for inception_5a_3x3_bn.bias: copying a param with shape torch.Size([1, 320]) from checkpoint, the shape in current model is torch.Size([320]).
size mismatch for inception_5a_3x3_bn.running_mean: copying a param with shape torch.Size([1, 320]) from checkpoint, the shape in current model is torch.Size([320]).
size mismatch for inception_5a_3x3_bn.running_var: copying a param with shape torch.Size([1, 320]) from checkpoint, the shape in current model is torch.Size([320]).
size mismatch for inception_5a_double_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_5a_double_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_5a_double_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_5a_double_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 160]) from checkpoint, the shape in current model is torch.Size([160]).
size mismatch for inception_5a_double_3x3_1_bn.weight: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5a_double_3x3_1_bn.bias: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5a_double_3x3_1_bn.running_mean: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5a_double_3x3_1_bn.running_var: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5a_double_3x3_2_bn.weight: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5a_double_3x3_2_bn.bias: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5a_double_3x3_2_bn.running_mean: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5a_double_3x3_2_bn.running_var: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5a_pool_proj_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_5a_pool_proj_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_5a_pool_proj_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_5a_pool_proj_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_5b_1x1_bn.weight: copying a param with shape torch.Size([1, 352]) from checkpoint, the shape in current model is torch.Size([352]).
size mismatch for inception_5b_1x1_bn.bias: copying a param with shape torch.Size([1, 352]) from checkpoint, the shape in current model is torch.Size([352]).
size mismatch for inception_5b_1x1_bn.running_mean: copying a param with shape torch.Size([1, 352]) from checkpoint, the shape in current model is torch.Size([352]).
size mismatch for inception_5b_1x1_bn.running_var: copying a param with shape torch.Size([1, 352]) from checkpoint, the shape in current model is torch.Size([352]).
size mismatch for inception_5b_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_5b_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_5b_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_5b_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_5b_3x3_bn.weight: copying a param with shape torch.Size([1, 320]) from checkpoint, the shape in current model is torch.Size([320]).
size mismatch for inception_5b_3x3_bn.bias: copying a param with shape torch.Size([1, 320]) from checkpoint, the shape in current model is torch.Size([320]).
size mismatch for inception_5b_3x3_bn.running_mean: copying a param with shape torch.Size([1, 320]) from checkpoint, the shape in current model is torch.Size([320]).
size mismatch for inception_5b_3x3_bn.running_var: copying a param with shape torch.Size([1, 320]) from checkpoint, the shape in current model is torch.Size([320]).
size mismatch for inception_5b_double_3x3_reduce_bn.weight: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_5b_double_3x3_reduce_bn.bias: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_5b_double_3x3_reduce_bn.running_mean: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_5b_double_3x3_reduce_bn.running_var: copying a param with shape torch.Size([1, 192]) from checkpoint, the shape in current model is torch.Size([192]).
size mismatch for inception_5b_double_3x3_1_bn.weight: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5b_double_3x3_1_bn.bias: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5b_double_3x3_1_bn.running_mean: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5b_double_3x3_1_bn.running_var: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5b_double_3x3_2_bn.weight: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5b_double_3x3_2_bn.bias: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5b_double_3x3_2_bn.running_mean: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5b_double_3x3_2_bn.running_var: copying a param with shape torch.Size([1, 224]) from checkpoint, the shape in current model is torch.Size([224]).
size mismatch for inception_5b_pool_proj_bn.weight: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_5b_pool_proj_bn.bias: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_5b_pool_proj_bn.running_mean: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).
size mismatch for inception_5b_pool_proj_bn.running_var: copying a param with shape torch.Size([1, 128]) from checkpoint, the shape in current model is torch.Size([128]).