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
Is there any good way to transfer the example from tutorial 4 in a client/server scenario? Where the client encrypts the data without having any information about the model and send it to the server to perform the evaluation.
Further Information
Hey everyone! I'm trying to separate the steps from tutorial 4 in two parts. The client part with encryption without any information about the model and the server part without any knowledge about the data. The only condition is that the data was originally in the same format as the data the model is trained with.
Currently, my big problem is that the encryption takes place during the forward method and based on the weights from the model, if I understood it correctly.
Is there any way to encrypt it before and without any knowledges about the weights?
The text was updated successfully, but these errors were encountered:
Question
Is there any good way to transfer the example from tutorial 4 in a client/server scenario? Where the client encrypts the data without having any information about the model and send it to the server to perform the evaluation.
Further Information
Hey everyone! I'm trying to separate the steps from tutorial 4 in two parts. The client part with encryption without any information about the model and the server part without any knowledge about the data. The only condition is that the data was originally in the same format as the data the model is trained with.
Currently, my big problem is that the encryption takes place during the forward method and based on the weights from the model, if I understood it correctly.
Is there any way to encrypt it before and without any knowledges about the weights?
The text was updated successfully, but these errors were encountered: