aboutsummaryrefslogtreecommitdiff
path: root/nerv
diff options
context:
space:
mode:
Diffstat (limited to 'nerv')
-rw-r--r--nerv/Makefile4
-rw-r--r--nerv/doc/source/index.rst24
2 files changed, 26 insertions, 2 deletions
diff --git a/nerv/Makefile b/nerv/Makefile
index 7b75522..224cc8a 100644
--- a/nerv/Makefile
+++ b/nerv/Makefile
@@ -36,8 +36,8 @@ LUA_LIBS := matrix/init.lua io/init.lua init.lua \
io/sgd_buffer.lua
INCLUDE := -I $(LUA_INCDIR) -DLUA_USE_APICHECK
-CUDA_BASE := /usr/local/cuda-6.5
-#CUDA_BASE := /usr/local/cuda-5.0
+#CUDA_BASE := /usr/local/cuda-6.5
+CUDA_BASE := /usr/local/cuda-5.0
CUDA_INCLUDE := -I $(CUDA_BASE)/include/
INCLUDE += $(CUDA_INCLUDE)
diff --git a/nerv/doc/source/index.rst b/nerv/doc/source/index.rst
index 8bb23c7..e55892b 100644
--- a/nerv/doc/source/index.rst
+++ b/nerv/doc/source/index.rst
@@ -14,6 +14,30 @@ Contents:
user
dev
+TODO List
+---------
+
++----------+--------------------------------------------------------------------------+-------------+
+| Status/ | Task | Assignee |
+| Priority | | |
++==========+==========================================================================+=============+
+| High | Generalize nerv.Matrix to nerv.Tensor (use the same API as Torch Tensor) | Ted Yin |
++----------+--------------------------------------------------------------------------+-------------+
+| High | Development manual: coding style & contribution rules | Ted Yin |
++----------+--------------------------------------------------------------------------+-------------+
+| High | Development manual: Error reporting & Logging standard | Ted Yin |
++----------+--------------------------------------------------------------------------+-------------+
+| High | support for basic RNN | Tianxing He |
++----------+--------------------------------------------------------------------------+-------------+
+| High | support for RNN/LSTM | Tianxing He |
++----------+--------------------------------------------------------------------------+-------------+
+| Mid | support for CNN | ? (Ted Yin) |
++----------+--------------------------------------------------------------------------+-------------+
+| Mid | User manual | ALL |
++----------+--------------------------------------------------------------------------+-------------+
+| Low | Development manual: general reference | N/A |
++----------+--------------------------------------------------------------------------+-------------+
+
Indices and tables
==================