I am trying to run the examples to test the MNIST network. The CPU backend works but the HE-SEAL backend outputs the following:
terminate called after throwing an instance of 'ngraph::CheckFailure'
what(): Check 'valid_config_settings.find(lower_setting) != valid_config_settings.end()' failed at /home/d/Documents/he-transformer/src/seal/he_seal_backend.cpp:123:
Invalid config setting false
Aborted (core dumped)
I am trying to run the examples to test the MNIST network. The CPU backend works but the HE-SEAL backend outputs the following:
for both the "Plaintext" and "Encrypted" cases.