Skip to content

Commit

Permalink
change init.lua to match test directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Uesato committed Jul 25, 2016
1 parent 2a1d285 commit 234ee21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ torch.include('rnn', 'Module.lua')
torch.include('rnn', 'Dropout.lua')

-- for testing:
torch.include('rnn', 'test.lua')
torch.include('rnn', 'bigtest.lua')
torch.include('rnn', 'test/test.lua')
torch.include('rnn', 'test/bigtest.lua')

-- support modules
torch.include('rnn', 'ZeroGrad.lua')
Expand Down

0 comments on commit 234ee21

Please sign in to comment.