This is a follow-up to the following thread which was left unresolved:
https://community.konduit.ai/t/error-on-saving-large-samediff-model-with-flatbuffers/578
I am running into the same problem described in the thread linked above:
"FlatBuffers: cannot grow buffer beyond 2 gigabytes."
I am using m2.
The failure occurs when I try to execute this code:
try {
sd.asFlatFile(saveFileForInference, false);
} catch (IOException e) {
throw new RuntimeException(e);
}
after I run sd.fit
Do you need any additional information?
Thanks