Skip to content
Snippets Groups Projects
Commit d286762c authored by Yao Lu's avatar Yao Lu
Browse files

fix GRU, add LSTM

parent c04744d1
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ struct layer{
float * forgot_state;
float * forgot_delta;
float * state_delta;
float * concat;
float * concat_delta;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment