lvella / dlib-rnn

Tentative implementation of RNN over dlib.
12 stars 4 forks source link

status of rnn #1

Open ShuangLiu1992 opened 6 years ago

ShuangLiu1992 commented 6 years ago

Hi there Lvella, great work coding rnn with the dlib framework. Following your discussion with Davis King on https://github.com/davisking/dlib/issues/290 do you think dlib-rnn will be merged into dlib anytime soon?

lvella commented 6 years ago

There is a great amount of documentation and testing work needed for it to be mergeable. I couldn't reproduce karpathy/char-rnn Shakespeare results, mine seems worse and I don't know why or how to fix. And I also stopped following dlib developments, so I don't know if I can reliably fix the huge memory consumption problem discussed in davisking/dlib#290.