diff options
author | txh18 <[email protected]> | 2015-11-23 15:54:20 +0800 |
---|---|---|
committer | txh18 <[email protected]> | 2015-11-23 15:54:20 +0800 |
commit | e76ae9b12651ed8497537edf357f4cf90421ea0d (patch) | |
tree | 6a305444219a041ce953a3323e4d5449e335b218 /README.md | |
parent | 979473dcc890a92fb90b470b924d1e1e70f6dbc0 (diff) | |
parent | ec6bde79a5817409bb8a77075b411974c1d8f856 (diff) |
merge in recent changes about param updates
Merge branch 'master' into txh18/rnnlm
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ git clone https://github.com/Nerv-SJTU/nerv.git cd nerv git submodule init && git submodule update make +#To include some new CUDA feature(e.x. atomicCAS), use "make CFLAGS=-D__NERV_FUTURE_CUDA_7" #further, if you want the speech modules git clone https://github.com/Nerv-SJTU/nerv-speech.git speech |