JonathanRaiman / theano_lstm

:microscope: Nano size Theano LSTM module
Other
304 stars 111 forks source link

added params setter functions to facilitate model saving/loading. #4

Closed mheilman closed 9 years ago

mheilman commented 9 years ago

I added a couple of setter functions to facilitate loading up saved models. I just did the inverse of the params getter functions.

JonathanRaiman commented 9 years ago

Sweet!