Open Northrim opened 4 months ago
Currently, SEAL does not support bootstrapping, so it cannot be tested as such. As a temporary solution, we have implemented SEAL's Encryption and Decryption to function similarly to bootstrapping. Please refer to the Tutorial-Test Code for details. However, this method cannot be considered true bootstrapping and is not recommended. Due to the current HEAAN license issue, we are unable to test the results of the DaCapo paper. Additional research is ongoing in this area. Thank you for your interest!
I am getting the following error when running the optimized code for ResNet with SEAL:
terminate called after throwing an instance of 'std::invalid_argument' what(): encrypted_ntt and plain_ntt parameter mismatch
Below are the commands I ran:
hc-trace ResNet
hbt dacapo 40 ResNet
hc-test dacapo 40 ResNet SEAL CPU
How can I resolve this issue?