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
Please
register
or
sign in
to comment
LSTM bug is caused by different behaviour of std::tanh() and hand- crafted tanh() via std::exp().