diff options
author | TianxingHe <[email protected]> | 2015-12-04 15:19:44 +0800 |
---|---|---|
committer | TianxingHe <[email protected]> | 2015-12-04 15:19:44 +0800 |
commit | af684cb95478fc38cc3d9f284b6b518a431c87e2 (patch) | |
tree | faab52eb3f6507331703b656c62a9e2ebf3b3f92 /README.md | |
parent | cbcce5ecc2864872b411eebbd307fa0f9a7e9dc0 (diff) | |
parent | 618450eb71817ded45c422f35d8fede2d52a66b2 (diff) |
Merge pull request #15 from cloudygoose/txh18/rnnlm
LSTM&TNN
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 |