microsoft / EVA

Compiler for the SEAL homomorphic encryption library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use protobuf to serialize compiled programs larger than 2GB?

and0ooo opened this issue · comments

from eva import save
compiled, params, signature = compiler.compile(prog)
save(compiled, "compiled")

I got the following error.
[libprotobuf ERROR google/protobuf/message_lite.cc:289] Exceeded maximum protobuf size of 2GB
How can I fix this problem?