From 4fec19ba032edee50d62e3ccbf436e3b0ba9f2ee Mon Sep 17 00:00:00 2001 From: Determinant Date: Fri, 26 Jun 2015 14:12:14 +0800 Subject: change doc --- README.md | 2 ++ nerv/Makefile | 4 ++-- nerv/doc/source/index.rst | 24 ++++++++++++++++++++++++ 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 ================== -- cgit v1.2.3