aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* add CuContext/MContextwrapped-handlesDeterminant2016-02-24
* clean up obsolete filesDeterminant2016-02-22
* add layers from `layersT/` to `layer/`Determinant2016-02-21
* generalize softmax_ce.lua (to softmax_ce_t.lua)Determinant2016-02-18
* ...tnnDeterminant2016-02-17
* Merge branch 'txh18/rnnlm' of github.com:cloudygoose/nerv into tnnDeterminant2016-02-17
|\
| * bug fixes in lm_samplertxh182016-02-06
| * ...txh182016-02-05
| * enhanced m-test/lm_sampletxh182016-02-05
| * ..txh182016-02-05
| * ...txh182016-02-05
| * made lm sampling code cleanertxh182016-02-05
| * added same_io option to lm_seq_readertxh182016-02-03
| * new changes to select_gputxh182016-01-31
| * like data of twitter from choose2 to choosetxh182016-01-30
| * select gpu code from mfytxh182016-01-29
| * moved gru_t to tnn/layersTtxh182016-01-29
| * added logp addition to LMResulttxh182016-01-27
| * tiny bug fix in LMVocabtxh182016-01-21
| * used prefixsum_row operation to speed up sampling on the softmax outputtxh182016-01-20
| * the prefixsum_row operation of matrix is implementedtxh182016-01-20
* | try to merge manuallyDeterminant2016-02-17
* | fixed some minor problemtxh182016-02-16
* | ...Determinant2016-02-16
* | improve parameter auto-detectionDeterminant2016-02-16
* | pass cflags to nvcc correctly; add omitted func declDeterminant2016-02-16
* | move curand_gen out of the matrix layoutDeterminant2016-02-15
* | try a basic mergeDeterminant2016-02-15
* | Merge pull request #21 from cloudygoose/txh18/rnnlmTianxingHe2016-01-19
|\|
| * big fixes about lm_samplertxh182016-01-19
| * added lm_sampler, todo:test ittxh182016-01-19
| * developing sample_grulmtxh182016-01-18
| * added bigrulm_ptb_main.luatxh182016-01-13
| * ...txh182016-01-12
| * added wordprob into gru_ptb_main.luatxh182016-01-11
| * added word_prob feature to lm_trainertxh182016-01-06
| * ...txh182016-01-01
| * small bug fix in tnntxh182015-12-29
| * small bug fix in tnntxh182015-12-29
| * small change in tnn, will create all sub-layers firsttxh182015-12-29
| * Merge branch 'txh18/rnnlm' of github.com:cloudygoose/nerv into txh18/rnnlmtxh182015-12-29
| |\
| | * try whole vocab for twittercloudygoose2015-12-28
| * | Merge branch 'txh18/rnnlm' of github.com:cloudygoose/nerv into txh18/rnnlmtxh182015-12-28
| |\|
| | * added unk_cn to LMResultcloudygoose2015-12-28
| * | ...txh182015-12-28
| |/
| * revised twitter set for grulmcloudygoose2015-12-28
| * ...txh182015-12-25
| * speedup testout in lm_trainertxh182015-12-25
| * ...txh182015-12-25
| * the grulm baseline seems to work finetxh182015-12-25