Skip to content

Commit

Permalink
Fix typo (found by codespell)
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Dec 5, 2016
1 parent 2ea7e3d commit 402c041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clstm.h
Expand Up @@ -199,7 +199,7 @@ void set_derivs(Network net, Float *params, int total, int gpu = -1);
void get_derivs(Network net, Float *params, int total, int gpu = -1);

// get the number of internal state variables for the network; this
// changes after every foward propagation pass; note that this includes
// changes after every forward propagation pass; note that this includes
// both numerical values and the shapes of internal tensors
int n_states(Network net);

Expand Down

0 comments on commit 402c041

Please sign in to comment.