# PB005: tensor-data-field-mismatch **Code:** `PB005` **Name:** `tensor-data-field-mismatch` **Severity:** error **Category:** protobuf **Target:** value **Fixable:** No ## Message Tensor data field does not match the specified data type. ## Suggestion Ensure the data is stored in the correct field for the tensor's dtype. ## Details The data field of a TensorProto must match the specified data_type.