JonathanRaiman / theano_lstm

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

Question about fixing node value #19

Open yunqiw opened 8 years ago

yunqiw commented 8 years ago

Hi,

I was wondering that is there a way to fix any node value in the training? for an example, I want to fix the value of the top two nodes as 0 and 1 when I feed one category of data, and make them 1 and 0 when I feed in another category of data