Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception error: Server error #11

Open
pmiot opened this issue Oct 15, 2022 · 0 comments
Open

Exception error: Server error #11

pmiot opened this issue Oct 15, 2022 · 0 comments

Comments

@pmiot
Copy link

pmiot commented Oct 15, 2022

While executing client.py I encounter the following error.

[1] Model LinearLayer:
[*] Description: Linear Layer computing out = encrypted_input.matmul(weight) + bias
input and output shapes depends on the parameters weight and bias
The input should be encrypted as a tenseal.CKKSVector, the output will as well be encrypted.

[] Versions: ['0.1']
[
] Default version: 0.1

====================================
Traceback (most recent call last):
File "client.py", line 31, in
result = client.evaluate(model_name="LinearLayer", context=ctx, ckks_vector=enc_vec)
File "C:\anaconda3\lib\site-packages\eeval\client\client.py", line 123, in evaluate
Client._handle_error_response(response)
File "C:\anaconda3\lib\site-packages\eeval\client\client.py", line 136, in _handle_error_response
raise ServerError("Server error")
eeval.client.exceptions.ServerError: Server error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant