Skip to main content
Visitor II
August 10, 2023
Question

Assertion failed: n_channel_in == ( (ai_shape_dimension*)((((&((t_scale)->shape))))->data) )[(0x1)],

  • August 10, 2023
  • 0 replies
  • 760 views

Good morning, I'm a graduate school student. I'm using STM32CubeAI for inferencing my model. I successfully analyze my model. However, in "Validate on desktop" process, I can see

"Assertion failed: n_channel_in == ( (ai_shape_dimension*)((((&((t_scale)->shape))))->data) )[(0x1)], file C:\local\Projects\stm.ai\new_root\targets\common\EmbedNets\src\layers\layers_norm_generic_float.c, line 206" error.

My model's input is (1x3x2048) and it consists of only BatchNorm1d(3). I hope you answer my question. Thank you.

 

This topic has been closed for replies.