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?