apple / coremltools

Core ML tools contain supporting tools for Core ML model conversion, editing, and validation.
https://coremltools.readme.io
BSD 3-Clause "New" or "Revised" License
4.44k stars 643 forks source link

chore: report shape to user upon index_put error #2310

Closed FL33TW00D closed 3 months ago

FL33TW00D commented 3 months ago

Previous error message: AssertionError: indices shape must equal to input shape for index put operation.

New error message: AssertionError: indices shape (1, is3) must equal to input shape (1, is2, 256) for index put operation.