请问在使用yolov3时候报错,错误信息如下
Created by: lipandeng
Traceback (most recent call last): File "tools/train.py", line 340, in main() File "tools/train.py", line 149, in main fetches = model.eval(feed_vars) File "/data/project/PaddleDetection/ppdet/modeling/architectures/yolov3.py", line 83, in eval return self.build(feed_vars, mode='test') File "/data/project/PaddleDetection/ppdet/modeling/architectures/yolov3.py", line 56, in build body_feats = self.backbone(im) File "/data/project/PaddleDetection/ppdet/modeling/backbones/mobilenet.py", line 157, in call input, 3, int(32 * scale), 2, 1, name=self.prefix_name + "conv1") File "/data/project/PaddleDetection/ppdet/modeling/backbones/mobilenet.py", line 83, in _conv_norm bias_attr=False) File "/usr/local/lib/python3.6/dist-packages/paddle/fluid/layers/nn.py", line 2783, in conv2d default_initializer=_get_default_param_initializer()) File "/usr/local/lib/python3.6/dist-packages/paddle/fluid/layer_helper_base.py", line 330, in create_parameter **attr._to_kwargs(with_initializer=True)) File "/usr/local/lib/python3.6/dist-packages/paddle/fluid/framework.py", line 2384, in create_parameter param = Parameter(global_block, *args, **kwargs) File "/usr/local/lib/python3.6/dist-packages/paddle/fluid/framework.py", line 4480, in init self, block, persistable=True, shape=shape, dtype=dtype, **kwargs) File "/usr/local/lib/python3.6/dist-packages/paddle/fluid/framework.py", line 673, in init "matched.".format(self.name, old_shape, shape)) ValueError: Variable conv1_weights has been created before. the previous shape is (32, 3, 3, 3); the new shape is (32, 608, 3, 3). They are not matched.