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
We could emulate this by transposing(it's just not as efficient, CoreML only support scale and bias as const , so applying transposed bias and scale have to be done outside of layernorm), but if there is no valid use case to support unordered axes, it's simpler to just reject that.
The text was updated successfully, but these errors were encountered:
Hi!
I found that on CoreML, when the
axes
are out of order, sometimes the result is wrong. I've also tested with tensorflow, which also returns wrong result when axes are out of orderIs there a reason to support unordered axes?
We could emulate this by transposing(it's just not as efficient, CoreML only support scale and bias as
const
, so applying transposed bias and scale have to be done outside of layernorm), but if there is no valid use case to support unordered axes, it's simpler to just reject that.The text was updated successfully, but these errors were encountered: