---
title: E11033 Invalid_Argument_Caffe_Model_Weight
description: "报错格式如下，占位符%s的含义依次为blob名称、blob大小、报错原因："
url: https://www.hiascend.com/document/detail/zh/CANNCommunityEdition/latest/maintenref/troubleshooting/atlaserrorcode_15_0082.html
sourcePath: /source/zh/CANNCommunityEdition/920beta1/maintenref/troubleshooting/atlaserrorcode_15_0082.html
indexId: 05dda469aa7105590b36857906f49770795a9a170277044db94d2efdabcc8e0a95
---
# E11033 Invalid_Argument_Caffe_Model_Weight

#### 错误信息

报错格式如下，占位符%s的含义依次为blob名称、blob大小、报错原因：

```
Failed to convert the weight file. Blob %s of size %s is invalid. Reason: %s.
```


报错示例如下：

```
Failed to convert the weight file. Blob data of size 100 is invalid. Reason: It does not match shape size 128.
```


#### 可能原因

Caffe权重文件中节点的blob大小与根据其Shape计算出的元素数量不匹配。


#### 解决方法

请尝试使用有效的Caffe模型或权重文件，确保这两个文件相互匹配。
