aboutsummaryrefslogtreecommitdiff
path: root/nerv/layer
Commit message (Expand)AuthorAge
* RNN support multiple input & fix network flush bugQi Liu2016-03-17
* add mask on softmax_ceQi Liu2016-03-15
* speedup duplicate layerQi Liu2016-03-15
* fix bug of dropoutQi Liu2016-03-11
* update diagonlal lstmQi Liu2016-03-11
|\
| * fix bugQi Liu2016-02-24
| * fix typoQi Liu2016-02-24
| * update LSTM layerQi Liu2016-02-24
* | add recipe and fix bugsQi Liu2016-03-11
* | adapt asr_trainer.lua to new architectureDeterminant2016-03-11
* | Merge branch 'master' of https://github.com/liuq901/nerv into liuq901-masterDeterminant2016-03-11
|\ \
| * | 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 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
|/
* 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
|\