- 14 11月, 2017 24 次提交
-
-
-
由 Qiao Longfei 提交于
* init commit * change some dir name
-
由 peterzhang2029 提交于
Fix error in networks' docstrings .
-
由 peterzhang2029 提交于
-
由 Qiao Longfei 提交于
* fix lod_tensor_array * init test beam search decode op * add test_beam_search_decode_op
-
由 emailweixu 提交于
-
由 peterzhang2029 提交于
-
由 Qiao Longfei 提交于
-
由 Yibing Liu 提交于
Add Lod Reset Operator
-
-
由 Yu Yang 提交于
* Conditional Block Forward * Assign Operator. Out=X, when type in [LoDTensor/SelectedRows/LoDTensorArray] * Stash * Add Scope::Rename it is useful in gradient phase of an operator with block * ConditionalBlock Grad Done * Add comments * yapf format code
-
由 peterzhang2029 提交于
-
由 Yibing Liu 提交于
-
由 wanghaox 提交于
-
由 wanghaox 提交于
-
由 QI JUN 提交于
* add split lod tensor operator * add more test cast * clean code * add merge lod tensor operator * fix bug * clean code * add grad operator * make mask support GPU * add comments
-
由 Yu Yang 提交于
* Assign Operator. Out=X, when type in [LoDTensor/SelectedRows/LoDTensorArray] * Follow comments
-
由 helinwang 提交于
Move the tests of book chapters from test/ into tests/book
-
由 Cao Ying 提交于
Add Bilinear Tensor Product operator.
-
由 emailweixu 提交于
Fix sequence_pool_op in debug mode
-
由 emailweixu 提交于
Fix matmal_op for debug mode
-
由 Helin Wang 提交于
-
由 xuwei06 提交于
The rank of the tensor from the chip() function is changed. In release mode, eigen_assert is not enabled and the dimenstion mismatch is not detected.
-
由 xuwei06 提交于
The dimension is not set correctly and is not being checked in release mode because eigen_assert is not enabled.
-
- 13 11月, 2017 16 次提交
-
-
由 peterzhang2029 提交于
-
由 peterzhang2029 提交于
-
由 Tao Luo 提交于
fix compile warning in test_MKLDNN.cpp and ROIPoolLayer.cpp
-
由 Qiao Longfei 提交于
* init trieconcat_op * add basic implementation * add test * add more test * update unit test * add PackAllSteps test * fix PackAllSteps * all test passed * clean code * remove state inside helper * rename prob to score * optimize RemoveFromEnd * use deconstructor to delete BeamNode recursively * optimize interface * add comment to interface * optimizer data structure * use template to define the type of score * use template parameter for BeamHelper * change father to parent * rename TrieConcat to BeamSearchOutConcat * use LoDTensorArray * rename BeamSearchOutConcat to BeamSearchDecode * refine code * remain all candidate sentence in beam_search_decode_op, do not consider endid * use unique_ptr * fix compare bug * fix lod compile problem
-
由 Yibing Liu 提交于
-
由 Yibing Liu 提交于
-
由 Luo Tao 提交于
-
由 Yu Yang 提交于
-
由 Tao Luo 提交于
remove unused code and fix typo
-
-
由 Yu Yang 提交于
Fix GPU Compile on Linux
-
由 QI JUN 提交于
* add lstm layer * set hidden shape * rename input parameter * add dynamic lstm * refine dynamic lstm layer * change parameter using XavierInitializer by default * refine dynamic lstm layer
-
-
由 Yang Yu 提交于
-
由 peterzhang2029 提交于
-
由 QI JUN 提交于
* create learning rate variable for every parameter * fix ci * set parameter lr relatively to global lr
-