Hi, I tried to save the attached model using your sample code: `import KerasModeltoJSON as js wrt = js.JSONwriter(model, fname) wrt.save()` It ended up reaching 40Gb of ram and then I killed python process. [lstm1.zip](https://github.com/adamtiger/NNSharp/files/1699686/lstm1.zip)
Hi,
I tried to save the attached model using your sample code:
import KerasModeltoJSON as js wrt = js.JSONwriter(model, fname) wrt.save()It ended up reaching 40Gb of ram and then I killed python process.
lstm1.zip