snipsco / ntm-lasagne

Neural Turing Machines library in Theano with Lasagne
https://medium.com/snips-ai/ntm-lasagne-a-library-for-neural-turing-machines-in-lasagne-2cdce6837315#.63t84s5r5
MIT License
300 stars 51 forks source link

Using pre trained models #36

Open C0dezilla opened 7 years ago

C0dezilla commented 7 years ago

I tried to use the pre trained model "models/copy.npy" to initialize the parameters using "set_all_param_values(l_output,values)" . This gave me a shape mismatch error. Looks like not all the corresponding arrays and parameters have the same shape. Is the way I am trying to do the initialization correct?