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
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
Abort message: 'terminating due to uncaught exception of type Ort::Exception: Non-zero status code returned while running Gather node. Name:'/model/mobilebert/embeddings/token_type_embeddings/Gather' Status Message: indices element out of data bounds, idx=98784247808 must be within the inclusive range [-2,1]'
Can someone help me understand what it means and where i might have gone wrong? I have rechecked the token input which im giving, it has worked in the PC side for the same onnx models.
Also is it possible to train mobilebert model on android? If anyone has tried this...please provide method used.
Abort message: 'terminating due to uncaught exception of type Ort::Exception: Non-zero status code returned while running Gather node. Name:'/model/mobilebert/embeddings/token_type_embeddings/Gather' Status Message: indices element out of data bounds, idx=98784247808 must be within the inclusive range [-2,1]'
Can someone help me understand what it means and where i might have gone wrong? I have rechecked the token input which im giving, it has worked in the PC side for the same onnx models.
Also is it possible to train mobilebert model on android? If anyone has tried this...please provide method used.