aboutsummaryrefslogtreecommitdiff
path: root/nerv/layer
Commit message (Expand)AuthorAge
* 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
* fixed some minor problemtxh182016-02-16
* ...Determinant2016-02-16
* improve parameter auto-detectionDeterminant2016-02-16
* move curand_gen out of the matrix layoutDeterminant2016-02-15
* try a basic mergeDeterminant2016-02-15
* changed affine_recurrent used in lm to affine_recurrent_plusvectxh182015-12-23
* trying to use lstm_t_v2 for ptbtxh182015-12-04
* moved tnn to main nerv dir and added it to Makefiletxh182015-12-03
* changed thres_mask function of matrix to a more standard apitxh182015-12-02
* changed auto-generating params, won not save in global_conf.paramtxh182015-11-25
* let affine supported multiple inputstxh182015-11-24
* small bug fixtxh182015-11-23
|\
| * correct the use of self.gconfDeterminant2015-11-23
* | merge in recent changes about param updatestxh182015-11-23
|\ \
| * | small bug fixtxh182015-11-23
| |/
| * use consistent update calc; clean up code; no need for `direct_update`Determinant2015-11-21
* | added has_param api for param_repotxh182015-11-20
* | complete auto-generate paramstxh182015-11-20
* | working on automatic parameter for layerstxh182015-11-20
|/
* added atomicAdd for select_linear update, however, the result still seems unr...txh182015-11-17
* change updateEI to update_by_err_inputtxh182015-11-16
* coding style changestxh182015-11-16
* unified param updates, now direct_update is the same speed with undirect_updatetxh182015-11-16
* ...txh182015-11-16
* used os.clock() for timertxh182015-11-16
* fixed direct update, did not know the resulttxh182015-11-16
* got good result when batch_size=1, strange!txh182015-11-11
* Merge pull request #6 from yimmon/masterTed Yin2015-10-12
|\
| * move sequence related layers to kaldi_seqYimmon Zhuang2015-10-10
| * MMI supportYimmon Zhuang2015-10-08
| * kaldi mpe training supportYimmon Zhuang2015-09-18
* | enable user to set direct_update in gconf; use direct_update in the exampleDeterminant2015-10-09
|/
* move global_transf to asr_trainer.luaDeterminant2015-08-26
* ...Determinant2015-08-04
* add embedding_exampleDeterminant2015-08-04
* added clip to layer_confcloudygoose2015-07-10
* added affine_recurrent layercloudygoose2015-07-10
* ...Determinant2015-06-26
* softmax_ce colsum adapt to matrix change, using [0][0]cloudygoose2015-06-26
* major change: use luarocks to manage projectDeterminant2015-06-22