jacobandreas/nmn2

Any way to save the model?

Closed this issue · 2 comments

I tried saving it using SnapshotLogger, but when I tried to load it back in the constructor of NMN, it gave me an error saying that I am "loading into empty net".
I figured this is because the layers of the network is not yet defined in the constructor.
But because the layout of the network is dynamic, I am not exactly sure if the current saving/loading mechanism will work. Do you have any suggestions?

Same question here.