aboutsummaryrefslogtreecommitdiff
path: root/nerv/matrix
Commit message (Collapse)AuthorAge
* add mask on softmax_ceQi Liu2016-03-15
|
* fix bugQi Liu2016-03-11
|
* update diagonlal lstmQi Liu2016-03-11
|\
| * update LSTM layerQi Liu2016-02-24
| |
* | add recipe and fix bugsQi Liu2016-03-11
| |
* | major change: clearer param binding semantics; permit rebinding; enableDeterminant2016-03-10
| | | | | | | | resuming from previous training
* | add GPU auto selectionDeterminant2016-03-02
| |
* | add options to main entry `nerv`; fix a bug in handling `cudaSetDevice` errorDeterminant2016-03-02
| |
* | add network config for timit baselineDeterminant2016-02-29
| |
* | clean up codeDeterminant2016-02-24
| |
* | add CuContext/MContextwrapped-handlesDeterminant2016-02-24
|/
* try to merge manuallyDeterminant2016-02-17
|
* try a basic mergeDeterminant2016-02-15
|
* added copy_rows_fromd_by_colidx for clearer namingtxh182015-12-22
|
* give a update_select_rows a more proper nametxh182015-12-22
|
* merge conflict resolvetxh182015-12-10
|\
| * fix the bug in freeing submatrix; add `offset` to Matrix structurebugfix-matrixfreeDeterminant2015-12-10
| |
* | changed thres_mask function of matrix to a more standard apitxh182015-12-02
| |
* | added rand_uniform and thres_mask for cumatrixtxh182015-12-01
| |
* | added tanh operation for matrixtxh182015-11-25
|/
* add cflag __NERV_FUTURE_CUDA_7Determinant2015-11-23
|
* added atomicAdd for select_linear update, however, the result still seems ↵txh182015-11-17
| | | | unreproducable, I changed select_linear layer update back to line-by-line
* changed copy_rows_fromd_by_idx a bit to make it clearertxh182015-10-28
|
* added update_select_rows for select_linear:update speed-uptxh182015-10-27
|
* support gpu bufferingDeterminant2015-08-28
|
* add optional parameters to mat:createDeterminant2015-08-25
|
* use more general implementation for mat:createDeterminant2015-08-25
|
* put global transformation into a separate libraryDeterminant2015-08-05
|
* added matrix:clip, TODO:testingcloudygoose2015-07-08
|
* [a little big]matrix dim added, now use m:dim() to determine whether vector ↵cloudygoose2015-06-25
| | | | or matrix
* use the standard nerv error reporting in io libDeterminant2015-06-25
|
* separate non-Lua part of matrix code to a dedicated dirDeterminant2015-06-24
|
* separate non-Lua part of io code to a dedicated dir; code clean-upDeterminant2015-06-23
|
* major change: use luarocks to manage projectDeterminant2015-06-22