Element-Research / rnn

Recurrent Neural Network library for Torch7's nn
BSD 3-Clause "New" or "Revised" License
939 stars 313 forks source link

change init.lua to match test directory #307

Closed juesato closed 8 years ago

juesato commented 8 years ago

I imagine that at some point test.lua and bigtest.lua got moved inside the test/ directory. Assuming that they should still be part of the library, this should import them properly.

nicholas-leonard commented 8 years ago

@juesato Thanks!