Skip to content

size mismatch when run "python i3d_tf_to_pt.py --rgb" #20

Open
@liuyuemaicha

Description

@liuyuemaicha

Hi,
Thank you for your work, firstly.
I want to transfer the pre-training parameters in Tensorflow to PyTorch. But when I run "python i3d_tf_to_pt.py --rgb", I have the bugs as follows:
Additionally, I want to know, the pre-training parameters (model/model_rgb.pth) in PyTorch you provide if as same as the Tensorflow ? Thank you very much !


2018-11-02 16:23:32.948892: I tensorflow/core/platform/cpu_feature_guard.cc:141] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
Traceback (most recent call last):
  File "i3d_tf_to_pt.py", line 177, in <module>
    modality='rgb')
  File "i3d_tf_to_pt.py", line 73, in transfer_weights
    i3nception_pt.load_tf_weights(sess)
  File "/Users/cuixiankun01/project/baidu/kinetics_i3d_pytorch-master/src/i3dpt.py", line 310, in load_tf_weights
    self.load_state_dict(state_dict)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/torch/nn/modules/module.py", line 719, in load_state_dict
    self.__class__.__name__, "\n\t".join(error_msgs)))
RuntimeError: Error(s) in loading state_dict for I3D:
        size mismatch for conv3d_1a_7x7.batch3d.running_var: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for conv3d_1a_7x7.batch3d.bias: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for conv3d_1a_7x7.batch3d.running_mean: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for conv3d_2b_1x1.batch3d.running_var: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for conv3d_2b_1x1.batch3d.bias: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for conv3d_2b_1x1.batch3d.running_mean: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for conv3d_2c_3x3.batch3d.running_var: copying a param of torch.Size([192]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 192]) in current model.
        size mismatch for conv3d_2c_3x3.batch3d.bias: copying a param of torch.Size([192]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 192]) in current model.
        size mismatch for conv3d_2c_3x3.batch3d.running_mean: copying a param of torch.Size([192]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 192]) in current model.
        size mismatch for mixed_3b.branch_0.batch3d.running_var: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_3b.branch_0.batch3d.bias: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_3b.branch_0.batch3d.running_mean: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_3b.branch_1.0.batch3d.running_var: copying a param of torch.Size([96]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 96]) in current model.
        size mismatch for mixed_3b.branch_1.0.batch3d.bias: copying a param of torch.Size([96]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 96]) in current model.
        size mismatch for mixed_3b.branch_1.0.batch3d.running_mean: copying a param of torch.Size([96]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 96]) in current model.
        size mismatch for mixed_3b.branch_1.1.batch3d.running_var: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_3b.branch_1.1.batch3d.bias: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_3b.branch_1.1.batch3d.running_mean: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_3b.branch_2.0.batch3d.running_var: copying a param of torch.Size([16]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 16]) in current model.
        size mismatch for mixed_3b.branch_2.0.batch3d.bias: copying a param of torch.Size([16]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 16]) in current model.
        size mismatch for mixed_3b.branch_2.0.batch3d.running_mean: copying a param of torch.Size([16]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 16]) in current model.
        size mismatch for mixed_3b.branch_2.1.batch3d.running_var: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_3b.branch_2.1.batch3d.bias: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_3b.branch_2.1.batch3d.running_mean: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_3b.branch_3.1.batch3d.running_var: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_3b.branch_3.1.batch3d.bias: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_3b.branch_3.1.batch3d.running_mean: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_3c.branch_0.batch3d.running_var: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_3c.branch_0.batch3d.bias: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_3c.branch_0.batch3d.running_mean: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_3c.branch_1.0.batch3d.running_var: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_3c.branch_1.0.batch3d.bias: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_3c.branch_1.0.batch3d.running_mean: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_3c.branch_1.1.batch3d.running_var: copying a param of torch.Size([192]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 192]) in current model.
        size mismatch for mixed_3c.branch_1.1.batch3d.bias: copying a param of torch.Size([192]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 192]) in current model.
        size mismatch for mixed_3c.branch_1.1.batch3d.running_mean: copying a param of torch.Size([192]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 192]) in current model.
        size mismatch for mixed_3c.branch_2.0.batch3d.running_var: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_3c.branch_2.0.batch3d.bias: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_3c.branch_2.0.batch3d.running_mean: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_3c.branch_2.1.batch3d.running_var: copying a param of torch.Size([96]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 96]) in current model.
        size mismatch for mixed_3c.branch_2.1.batch3d.bias: copying a param of torch.Size([96]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 96]) in current model.
        size mismatch for mixed_3c.branch_2.1.batch3d.running_mean: copying a param of torch.Size([96]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 96]) in current model.
        size mismatch for mixed_3c.branch_3.1.batch3d.running_var: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_3c.branch_3.1.batch3d.bias: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_3c.branch_3.1.batch3d.running_mean: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4b.branch_0.batch3d.running_var: copying a param of torch.Size([192]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 192]) in current model.
        size mismatch for mixed_4b.branch_0.batch3d.bias: copying a param of torch.Size([192]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 192]) in current model.
        size mismatch for mixed_4b.branch_0.batch3d.running_mean: copying a param of torch.Size([192]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 192]) in current model.
        size mismatch for mixed_4b.branch_1.0.batch3d.running_var: copying a param of torch.Size([96]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 96]) in current model.
        size mismatch for mixed_4b.branch_1.0.batch3d.bias: copying a param of torch.Size([96]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 96]) in current model.
        size mismatch for mixed_4b.branch_1.0.batch3d.running_mean: copying a param of torch.Size([96]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 96]) in current model.
        size mismatch for mixed_4b.branch_1.1.batch3d.running_var: copying a param of torch.Size([208]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 208]) in current model.
        size mismatch for mixed_4b.branch_1.1.batch3d.bias: copying a param of torch.Size([208]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 208]) in current model.
        size mismatch for mixed_4b.branch_1.1.batch3d.running_mean: copying a param of torch.Size([208]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 208]) in current model.
        size mismatch for mixed_4b.branch_2.0.batch3d.running_var: copying a param of torch.Size([16]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 16]) in current model.
        size mismatch for mixed_4b.branch_2.0.batch3d.bias: copying a param of torch.Size([16]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 16]) in current model.
        size mismatch for mixed_4b.branch_2.0.batch3d.running_mean: copying a param of torch.Size([16]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 16]) in current model.
        size mismatch for mixed_4b.branch_2.1.batch3d.running_var: copying a param of torch.Size([48]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 48]) in current model.
        size mismatch for mixed_4b.branch_2.1.batch3d.bias: copying a param of torch.Size([48]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 48]) in current model.
        size mismatch for mixed_4b.branch_2.1.batch3d.running_mean: copying a param of torch.Size([48]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 48]) in current model.
        size mismatch for mixed_4b.branch_3.1.batch3d.running_var: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4b.branch_3.1.batch3d.bias: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4b.branch_3.1.batch3d.running_mean: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4c.branch_0.batch3d.running_var: copying a param of torch.Size([160]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 160]) in current model.
        size mismatch for mixed_4c.branch_0.batch3d.bias: copying a param of torch.Size([160]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 160]) in current model.
        size mismatch for mixed_4c.branch_0.batch3d.running_mean: copying a param of torch.Size([160]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 160]) in current model.
        size mismatch for mixed_4c.branch_1.0.batch3d.running_var: copying a param of torch.Size([112]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 112]) in current model.
        size mismatch for mixed_4c.branch_1.0.batch3d.bias: copying a param of torch.Size([112]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 112]) in current model.
        size mismatch for mixed_4c.branch_1.0.batch3d.running_mean: copying a param of torch.Size([112]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 112]) in current model.
        size mismatch for mixed_4c.branch_1.1.batch3d.running_var: copying a param of torch.Size([224]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 224]) in current model.
        size mismatch for mixed_4c.branch_1.1.batch3d.bias: copying a param of torch.Size([224]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 224]) in current model.
        size mismatch for mixed_4c.branch_1.1.batch3d.running_mean: copying a param of torch.Size([224]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 224]) in current model.
        size mismatch for mixed_4c.branch_2.0.batch3d.running_var: copying a param of torch.Size([24]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 24]) in current model.
        size mismatch for mixed_4c.branch_2.0.batch3d.bias: copying a param of torch.Size([24]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 24]) in current model.
        size mismatch for mixed_4c.branch_2.0.batch3d.running_mean: copying a param of torch.Size([24]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 24]) in current model.
        size mismatch for mixed_4c.branch_2.1.batch3d.running_var: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4c.branch_2.1.batch3d.bias: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4c.branch_2.1.batch3d.running_mean: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4c.branch_3.1.batch3d.running_var: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4c.branch_3.1.batch3d.bias: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4c.branch_3.1.batch3d.running_mean: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4d.branch_0.batch3d.running_var: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_4d.branch_0.batch3d.bias: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_4d.branch_0.batch3d.running_mean: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_4d.branch_1.0.batch3d.running_var: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_4d.branch_1.0.batch3d.bias: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_4d.branch_1.0.batch3d.running_mean: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_4d.branch_1.1.batch3d.running_var: copying a param of torch.Size([256]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 256]) in current model.
        size mismatch for mixed_4d.branch_1.1.batch3d.bias: copying a param of torch.Size([256]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 256]) in current model.
        size mismatch for mixed_4d.branch_1.1.batch3d.running_mean: copying a param of torch.Size([256]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 256]) in current model.
        size mismatch for mixed_4d.branch_2.0.batch3d.running_var: copying a param of torch.Size([24]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 24]) in current model.
        size mismatch for mixed_4d.branch_2.0.batch3d.bias: copying a param of torch.Size([24]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 24]) in current model.
        size mismatch for mixed_4d.branch_2.0.batch3d.running_mean: copying a param of torch.Size([24]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 24]) in current model.
        size mismatch for mixed_4d.branch_2.1.batch3d.running_var: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4d.branch_2.1.batch3d.bias: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4d.branch_2.1.batch3d.running_mean: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4d.branch_3.1.batch3d.running_var: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4d.branch_3.1.batch3d.bias: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4d.branch_3.1.batch3d.running_mean: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4e.branch_0.batch3d.running_var: copying a param of torch.Size([112]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 112]) in current model.
        size mismatch for mixed_4e.branch_0.batch3d.bias: copying a param of torch.Size([112]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 112]) in current model.
        size mismatch for mixed_4e.branch_0.batch3d.running_mean: copying a param of torch.Size([112]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 112]) in current model.
        size mismatch for mixed_4e.branch_1.0.batch3d.running_var: copying a param of torch.Size([144]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 144]) in current model.
        size mismatch for mixed_4e.branch_1.0.batch3d.bias: copying a param of torch.Size([144]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 144]) in current model.
        size mismatch for mixed_4e.branch_1.0.batch3d.running_mean: copying a param of torch.Size([144]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 144]) in current model.
        size mismatch for mixed_4e.branch_1.1.batch3d.running_var: copying a param of torch.Size([288]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 288]) in current model.
        size mismatch for mixed_4e.branch_1.1.batch3d.bias: copying a param of torch.Size([288]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 288]) in current model.
        size mismatch for mixed_4e.branch_1.1.batch3d.running_mean: copying a param of torch.Size([288]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 288]) in current model.
        size mismatch for mixed_4e.branch_2.0.batch3d.running_var: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_4e.branch_2.0.batch3d.bias: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_4e.branch_2.0.batch3d.running_mean: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_4e.branch_2.1.batch3d.running_var: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4e.branch_2.1.batch3d.bias: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4e.branch_2.1.batch3d.running_mean: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4e.branch_3.1.batch3d.running_var: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4e.branch_3.1.batch3d.bias: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4e.branch_3.1.batch3d.running_mean: copying a param of torch.Size([64]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 64]) in current model.
        size mismatch for mixed_4f.branch_0.batch3d.running_var: copying a param of torch.Size([256]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 256]) in current model.
        size mismatch for mixed_4f.branch_0.batch3d.bias: copying a param of torch.Size([256]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 256]) in current model.
        size mismatch for mixed_4f.branch_0.batch3d.running_mean: copying a param of torch.Size([256]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 256]) in current model.
        size mismatch for mixed_4f.branch_1.0.batch3d.running_var: copying a param of torch.Size([160]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 160]) in current model.
        size mismatch for mixed_4f.branch_1.0.batch3d.bias: copying a param of torch.Size([160]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 160]) in current model.
        size mismatch for mixed_4f.branch_1.0.batch3d.running_mean: copying a param of torch.Size([160]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 160]) in current model.
        size mismatch for mixed_4f.branch_1.1.batch3d.running_var: copying a param of torch.Size([320]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 320]) in current model.
        size mismatch for mixed_4f.branch_1.1.batch3d.bias: copying a param of torch.Size([320]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 320]) in current model.
        size mismatch for mixed_4f.branch_1.1.batch3d.running_mean: copying a param of torch.Size([320]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 320]) in current model.
        size mismatch for mixed_4f.branch_2.0.batch3d.running_var: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_4f.branch_2.0.batch3d.bias: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_4f.branch_2.0.batch3d.running_mean: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_4f.branch_2.1.batch3d.running_var: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_4f.branch_2.1.batch3d.bias: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_4f.branch_2.1.batch3d.running_mean: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_4f.branch_3.1.batch3d.running_var: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_4f.branch_3.1.batch3d.bias: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_4f.branch_3.1.batch3d.running_mean: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_5b.branch_0.batch3d.running_var: copying a param of torch.Size([256]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 256]) in current model.
        size mismatch for mixed_5b.branch_0.batch3d.bias: copying a param of torch.Size([256]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 256]) in current model.
        size mismatch for mixed_5b.branch_0.batch3d.running_mean: copying a param of torch.Size([256]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 256]) in current model.
        size mismatch for mixed_5b.branch_1.0.batch3d.running_var: copying a param of torch.Size([160]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 160]) in current model.
        size mismatch for mixed_5b.branch_1.0.batch3d.bias: copying a param of torch.Size([160]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 160]) in current model.
        size mismatch for mixed_5b.branch_1.0.batch3d.running_mean: copying a param of torch.Size([160]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 160]) in current model.
        size mismatch for mixed_5b.branch_1.1.batch3d.running_var: copying a param of torch.Size([320]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 320]) in current model.
        size mismatch for mixed_5b.branch_1.1.batch3d.bias: copying a param of torch.Size([320]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 320]) in current model.
        size mismatch for mixed_5b.branch_1.1.batch3d.running_mean: copying a param of torch.Size([320]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 320]) in current model.
        size mismatch for mixed_5b.branch_2.0.batch3d.running_var: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_5b.branch_2.0.batch3d.bias: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_5b.branch_2.0.batch3d.running_mean: copying a param of torch.Size([32]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 32]) in current model.
        size mismatch for mixed_5b.branch_2.1.batch3d.running_var: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_5b.branch_2.1.batch3d.bias: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_5b.branch_2.1.batch3d.running_mean: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_5b.branch_3.1.batch3d.running_var: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_5b.branch_3.1.batch3d.bias: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_5b.branch_3.1.batch3d.running_mean: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_5c.branch_0.batch3d.running_var: copying a param of torch.Size([384]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 384]) in current model.
        size mismatch for mixed_5c.branch_0.batch3d.bias: copying a param of torch.Size([384]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 384]) in current model.
        size mismatch for mixed_5c.branch_0.batch3d.running_mean: copying a param of torch.Size([384]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 384]) in current model.
        size mismatch for mixed_5c.branch_1.0.batch3d.running_var: copying a param of torch.Size([192]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 192]) in current model.
        size mismatch for mixed_5c.branch_1.0.batch3d.bias: copying a param of torch.Size([192]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 192]) in current model.
        size mismatch for mixed_5c.branch_1.0.batch3d.running_mean: copying a param of torch.Size([192]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 192]) in current model.
        size mismatch for mixed_5c.branch_1.1.batch3d.running_var: copying a param of torch.Size([384]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 384]) in current model.
        size mismatch for mixed_5c.branch_1.1.batch3d.bias: copying a param of torch.Size([384]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 384]) in current model.
        size mismatch for mixed_5c.branch_1.1.batch3d.running_mean: copying a param of torch.Size([384]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 384]) in current model.
        size mismatch for mixed_5c.branch_2.0.batch3d.running_var: copying a param of torch.Size([48]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 48]) in current model.
        size mismatch for mixed_5c.branch_2.0.batch3d.bias: copying a param of torch.Size([48]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 48]) in current model.
        size mismatch for mixed_5c.branch_2.0.batch3d.running_mean: copying a param of torch.Size([48]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 48]) in current model.
        size mismatch for mixed_5c.branch_2.1.batch3d.running_var: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_5c.branch_2.1.batch3d.bias: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_5c.branch_2.1.batch3d.running_mean: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_5c.branch_3.1.batch3d.running_var: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_5c.branch_3.1.batch3d.bias: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.
        size mismatch for mixed_5c.branch_3.1.batch3d.running_mean: copying a param of torch.Size([128]) from checkpoint, where the shape is torch.Size([1, 1, 1, 1, 128]) in current model.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions