Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Leonard committed Feb 27, 2017
1 parent 9c0dbdc commit 90645ce
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ assert(dpnn.version > 1, "Please update dpnn : luarocks install dpnn")

-- create global rnn table:
rnn = {}
rnn.version = 2
rnn.version = 2.1 -- [get,set][Grad]HiddenState(step)
rnn.version = 2.2 -- C rnn library
rnn.version = 2.2 -- C rnn library : VariableLength

-- c lib:
require "paths"
Expand Down
2 changes: 0 additions & 2 deletions test/CMakeLists.txt

This file was deleted.

2 changes: 0 additions & 2 deletions utils.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include "error.h"

#define check_tensors(L, a, b) \
do { \
if ((a)->nDimension != (b)->nDimension) \
Expand Down

0 comments on commit 90645ce

Please sign in to comment.