Updating API of LSTM layer, fixed LSTM bug in tanh() implementation
LSTM bug is caused by different behaviour of std::tanh() and hand- crafted tanh() via std::exp().
Showing
This diff is collapsed.
Please
register
or
sign in
to comment