aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' of https://github.com/liuq901/nerv into liuq901-masterDeterminant2016-03-11
|\ | | | | | | | | | | Conflicts: nerv/layer/init.lua nerv/nn/layer_repo.lua
| * update mini_batch_initQi Liu2016-03-11
| |
| * add recipeQi Liu2016-03-09
| |
| * update lstmQi Liu2016-03-04
| |
| * update add_prefix for graph layerQi Liu2016-03-03
| |
| * fix bugQi Liu2016-03-02
| |
| * add identity layerQi Liu2016-03-02
| |
| * network completeQi Liu2016-03-02
| |
| * network init completeQi Liu2016-03-01
| |
| * add network & fix graph_layerQi Liu2016-02-29
| |
| * graph layer completeQi Liu2016-02-29
| |
* | major change: clearer param binding semantics; permit rebinding; enableDeterminant2016-03-10
| | | | | | | | resuming from previous training
* | Merge branch 'master' of github.com:Nerv-SJTU/nervalpha-1Determinant2016-03-09
|\ \
| * | Update nerv_matrix.mdTianxingHe2016-03-07
| | | | | | | | | Doc change about the softmax operation.
* | | fix #27Determinant2016-03-09
|/ /
* | Merge branch 'master' of github.com:Nerv-SJTU/nervDeterminant2016-03-05
|\ \
| * | Added rowmax_idx to matrix docTianxingHe2016-03-05
| | |
* | | switch submodule repos to mirrored onesDeterminant2016-03-05
|/ /
* | change repo pathsDeterminant2016-03-05
| |
* | update the readme fileDeterminant2016-03-05
| |
* | add Penlight to facilitate file copying and dir makingDeterminant2016-03-03
| |
* | ...Determinant2016-03-02
| |
* | major changes in asr_trainer.lua; unified settings in `gconf`Determinant2016-03-02
| |
* | add GPU auto selectionDeterminant2016-03-02
| |
* | add options to main entry `nerv`; fix a bug in handling `cudaSetDevice` errorDeterminant2016-03-02
| |
* | add `nerv.print_usage(options)`Determinant2016-03-02
| |
* | add `nerv.parse_args(argv, options)`Determinant2016-03-02
| |
* | Merge branch 'master' of https://speechlab.sjtu.edu.cn/gitlab/Nerv-SJTU/nervDeterminant2016-03-01
|\ \
| * | change to standard markdown title syntax to fit GitLab doc previewZader Zheng2016-02-28
| |/
* / add network config for timit baselineDeterminant2016-02-29
|/
* clean up codeDeterminant2016-02-24
|
* 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
| |