You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For processing things like yolo in ulab the vector size could be 1:N. In the case of 1 we need support for keepdims to prevent dimensionality reduction from happening: https://github.com/openmv/openmv/pull/2521/files
The text was updated successfully, but these errors were encountered:
That would cover the case, when the return value is a scalar, but you might also want to keep the dimension, when the tensor is contracted. So, it's a bit more involving. I'll take a stab at it over the weekend.
For processing things like yolo in ulab the vector size could be 1:N. In the case of 1 we need support for keepdims to prevent dimensionality reduction from happening: https://github.com/openmv/openmv/pull/2521/files
The text was updated successfully, but these errors were encountered: