mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
fix GRU, add LSTM
This commit is contained in:
parent
c04744d15e
commit
d286762c7a
@ -186,7 +186,7 @@ struct layer{
|
|||||||
float * forgot_state;
|
float * forgot_state;
|
||||||
float * forgot_delta;
|
float * forgot_delta;
|
||||||
float * state_delta;
|
float * state_delta;
|
||||||
|
|
||||||
float * concat;
|
float * concat;
|
||||||
float * concat_delta;
|
float * concat_delta;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user