diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | nerv/Makefile | 4 | ||||
-rw-r--r-- | nerv/doc/source/index.rst | 24 |
3 files changed, 28 insertions, 2 deletions
@@ -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 ================== |