Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 607 Bytes

File metadata and controls

13 lines (9 loc) · 607 Bytes

InconsistentArrayDimensionsError

Array elements have inconsistent dimensions.

Properties

Name Type Required Description
first_element_shape List[int] Yes The shape of the first array element
conflicting_element_shape List[int] Yes The shape of the conflicting array element
type Literal["inconsistentArrayDimensions"] Yes None

[Back to Model list] [Back to API list] [Back to README]