aboutsummaryrefslogtreecommitdiff
path: root/nerv/layer/affine.lua
Commit message (Expand)AuthorAge
* clip on gradient nowQi Liu2016-05-09
* fix bug in affine.luaQi Liu2016-05-09
* merge affine & lstm_gate & projection layerQi Liu2016-05-09
* Merge branch 'master' of ssh://speechlab.sjtu.edu.cn:8022/nerv-dev/nervbeta-1Determinant2016-05-05
|\
| * fix param_repo:add bugQi Liu2016-05-05
* | make `bind_params` and `init` consistent in `affine.lua`,Determinant2016-05-05
|/
* add `no_update` attribute to `nerv.MatrixParam`; add correspondingDeterminant2016-05-03
* ...Determinant2016-04-28
* add docDeterminant2016-04-28
* fix bug in passing err_input to network; gen zero vectors for biasalpha-3.3Determinant2016-03-30
* fix bug of momentum & update mse layerQi Liu2016-03-29
* major change: clearer param binding semantics; permit rebinding; enableDeterminant2016-03-10
* fixed some minor problemtxh182016-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 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
* | 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
* 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
|\
| * kaldi mpe training supportYimmon Zhuang2015-09-18
* | enable user to set direct_update in gconf; use direct_update in the exampleDeterminant2015-10-09
|/
* major change: use luarocks to manage projectDeterminant2015-06-22