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 it possible to compile the models (e.g., ResNet50) with varying bit lengths in the Networks directory of Athos, using SCI as the backend?
Also, I have a question that might sound silly: while compiling a model using Athos the ‘CompileSampleNetworks.py’ script sets the bit length to 41 for SCI. Could you please explain why this specific bit length is necessary?
I greatly appreciate your kind assistance in this matter.
The text was updated successfully, but these errors were encountered:
For the first question, EzPC project has introduced protocols like signed extension and truncation to support non-uniform bitlength, which were integrated in SCI. You may refer to paper Cryptflow2, SIRNN for more details.
Hi,
I am new to this area of research.
I have a couple of questions:
CompileSampleNetworks.py
’ script sets the bit length to 41 for SCI. Could you please explain why this specific bit length is necessary?I greatly appreciate your kind assistance in this matter.
The text was updated successfully, but these errors were encountered: