Skip to content

Commit

Permalink
iTs cAsE SeNsiTiVE
Browse files Browse the repository at this point in the history
  • Loading branch information
lewardo committed Sep 11, 2023
1 parent 09e3b7b commit ac22784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/algorithms/public/LSTM.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,9 +285,9 @@ class LSTMCell
}
};

RecurSgd<LSTMCell>& LSTMTrainer()
RecurSGD<LSTMCell>& LSTMTrainer()
{
static RecurSgd<LSTMCell> trainer{};
static RecurSGD<LSTMCell> trainer{};
return trainer;
}

Expand Down

0 comments on commit ac22784

Please sign in to comment.