QA.md
July 13, 2022 ยท View on GitHub
Q&A
-
Q: how to run other network and data ?
A: OpenCheetah is built on top of the SCI library for neural network inference. To test on new network and dataset, just use the scripts provided in the EzPC project
-
Q: The program throws
result ciphertext is transparentlogic_errorA: That is a runtime error from the SEAL. Usually, when multiplying 0 with a ciphertext will raise that error. If we just want to a dry-run, then we can just turn of the flag
-DSEAL_THROW_ON_TRANSPARENT_CIPHERTEXTinscripts/build-deps.shand then rebuild SEAL.