Chandan, Ok, so you have created your own serialization technique at the Network API level then? That's a good initiative on your part, however helping you debug it is a bit out-of-scope for me. The only currently-supported method of saving a nupic model is in the OPF today. We're still working on capnp serialization [1], and I'm hoping this will result in a standard method of serializing nodes in a Network.
[1] https://github.com/numenta/nupic/issues/1449 --------- Matt Taylor OS Community Flag-Bearer Numenta On Mon, Mar 2, 2015 at 7:16 AM, Chandan Maruthi <[email protected]> wrote: > Matthew, > I have created a network class which is similar to the OPF Model . I save > the Network object and load back using cpickle. > What I am trying to achieve is to train a model on some data and then save > the model and then load and test the model > with individual values of data. > > Chandan > > > On Mon, Mar 2, 2015 at 7:00 AM, Matthew Taylor <[email protected]> wrote: >> >> On Sat, Feb 28, 2015 at 11:58 PM, Chandan Maruthi >> <[email protected]> wrote: >> > I am not using the OPF\Model here >> >> If you're not using the OPF Model, how are you saving your model? >> Isn't the model save/load functionality implemented at on the OPF >> Model? >> >> >> --------- >> Matt Taylor >> OS Community Flag-Bearer >> Numenta >> >
