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
When the size of the matrix A is a little large, for example, 192 * 784. It fails when calculating the multiplication of the encrypted A and a plaintext vector B, rasing the error: ValueError: can't execute enc_matmul_plain on chunked vectors
When the size of the matrix A is a little large, for example, 192 * 784. It fails when calculating the multiplication of the encrypted A and a plaintext vector B, rasing the error:
ValueError: can't execute enc_matmul_plain on chunked vectors
code:
The text was updated successfully, but these errors were encountered: