-
-
Notifications
You must be signed in to change notification settings - Fork 171
A fatal BUG #500
Copy link
Copy link
Open
Labels
Type: Bug 🐛Some functionality not working in the codebase as intendedSome functionality not working in the codebase as intended
Metadata
Metadata
Assignees
Labels
Type: Bug 🐛Some functionality not working in the codebase as intendedSome functionality not working in the codebase as intended
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 vectorscode: