Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

rnn, lstm and scrnn are sharing a lot of duplicated code #1

Open
futurely opened this issue Jun 3, 2015 · 0 comments
Open

rnn, lstm and scrnn are sharing a lot of duplicated code #1

futurely opened this issue Jun 3, 2015 · 0 comments

Comments

@futurely
Copy link

futurely commented Jun 3, 2015

wc -l rnn.lua => 365
wc -l lstm.lua => 294
wc -l scrnn.lua => 361
fgrep -xf rnn.lua lstm.lua | wc -l => 191
fgrep -xf rnn.lua scrnn.lua | wc -l => 228
fgrep -xf lstm.lua scrnn.lua | wc -l => 269

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant