aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2015-06-26 14:12:14 +0800
committerDeterminant <ted.sybil@gmail.com>2015-06-26 14:12:14 +0800
commit4fec19ba032edee50d62e3ccbf436e3b0ba9f2ee (patch)
tree46cc42138ad8502d5133f2d40b1b95e00199c702
parentbc17acd4c5f98df4e00b7c85e479cbff2d5da5a7 (diff)
change doc
-rw-r--r--README.md2
-rw-r--r--nerv/Makefile4
-rw-r--r--nerv/doc/source/index.rst24
3 files changed, 28 insertions, 2 deletions
diff --git a/README.md b/README.md
index 6a0f1e4..10d531c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
#The Nerv Toolkit User Manual#
+NOTE: This readme is obsolete and will be rearranged, for further information, please check http://determinant.github.io/nerv/
+
This user manual will information about how to use __Nerv__ and __Nerv__'s interface.
##How to use##
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
==================