Andy-P / RecurrentNN.jl

Deep RNN, LSTM, GRU, GF-RNN, and GF-LSTMs in Julia
Other
111 stars 23 forks source link

Made sigmoid return same sized matrix #4

Closed paulheideman closed 9 years ago

paulheideman commented 9 years ago

Tiny bug I think...

Andy-P commented 9 years ago

Paul,

You are correct. This is a bug. It seems it made it in during the recent performance improvements. Nice catch!