Andy-P / RecurrentNN.jl

Deep RNN, LSTM, GRU, GF-RNN, and GF-LSTMs in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

knuds opened this issue · comments

commented

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

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