fix GRU, add LSTM

This commit is contained in:
Yao Lu 2017-06-06 17:23:35 -07:00
parent c04744d15e
commit d286762c7a
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ struct layer{
float * forgot_state;
float * forgot_delta;
float * state_delta;
float * concat;
float * concat_delta;