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 Aug 5, 2021. It is now read-only.
When I pass a byte array (byte[]) as an argument to a Python function from the Java side and turn it into a numpy array, the result from np.frombuffer will have the first 16 bytes incorrect (and the other bytes are correct). But, this issue only occurs when the length of the array exceeds 392 byte.