Andy-P / RecurrentNN.jl

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

WARNING: Base.FloatingPoint is deprecated, use AbstractFloat instead. #9

Closed knuds closed 8 years ago

knuds commented 8 years ago

When installing with Pkg.clone("https://github.com/Andy-P/RecurrentNN.jl.git") I get: WARNING: Base.FloatingPoint is deprecated, use AbstractFloat instead. likely near ~/.julia/RecurrentNN/src/recurrent.jl:13

Andy-P commented 8 years ago

This library is longer supported. I suggest you use MxNet.jl. There is a good example of an LSTM here