Yu Yang
488320a703
Conditional Block Forward ( #5530 )
...
* 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
7 years ago
peterzhang2029
1b6a54e286
fix error for annotation
7 years ago
guosheng
2bed961211
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-H0-GRUOp
7 years ago
guosheng
b103072dc8
Fix data order of H0 in GRU Operator
7 years ago
Yibing Liu
6772dfa0bd
Merge branch 'develop' of upstream into seq_reshape_op_dev
7 years ago
wanghaox
b24afd819a
update the sub_sequence_op to sequence_slice_op code.
7 years ago
xzl
e19b931af9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
wanghaox
ca988bdc98
Merge pull request #1 from PaddlePaddle/develop
...
update from origin
7 years ago
xzl
0b9c4cd7e5
fix comments
7 years ago
wanghaox
f23d6cc4c8
update the sub_sequence_op tp sequence_slice_op code.
7 years ago
QI JUN
f07a226a4f
add split and merge lod tensor operator ( #5537 )
...
* 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
7 years ago
Yu Yang
7c1755d93f
Assign Operator. ( #5531 )
...
* Assign Operator.
Out=X, when type in [LoDTensor/SelectedRows/LoDTensorArray]
* Follow comments
7 years ago
dangqingqing
48947b5133
update code and fix conflicts.
7 years ago
helinwang
291f6b4ee0
Merge pull request #5613 from helinwang/book
...
Move the tests of book chapters from test/ into tests/book
7 years ago
Cao Ying
e9695f4975
Merge pull request #5014 from peterzhang2029/bi_tensor_prod_op
...
Add Bilinear Tensor Product operator.
7 years ago
emailweixu
05c0908492
Merge pull request #5555 from emailweixu/fix_sequence_pool
...
Fix sequence_pool_op in debug mode
7 years ago
emailweixu
448d6de9d2
Merge pull request #5562 from emailweixu/fix_matmal
...
Fix matmal_op for debug mode
7 years ago
Helin Wang
1dcec992ea
Move the tests of book chapters from test/ into tests/book
7 years ago
xuwei06
983502d2e9
Fix sequence_pool_op in debug mode
...
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.
7 years ago
xuwei06
6a6e4d8d0f
Fix matmal_op for debug mode
...
The dimension is not set correctly and is not being checked in release mode because eigen_assert is not enabled.
7 years ago
dangqingqing
e9082bb78e
Resume unit testing.
7 years ago
chengduoZH
2160497786
fix pooling functor parameter order
7 years ago
dangqingqing
884ce5d5a2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cmake_speed
7 years ago
peterzhang2029
c5d7107767
refine var name
7 years ago
chengduoZH
6fb4bb8efe
add conv3d_trans_cudnn_op unit test
7 years ago
chengduoZH
ec1e2fc938
add cudnn_pool3d unit test
7 years ago
ranqiu
7461b35977
Refine multi-head attention
7 years ago
peterzhang2029
0a6262d550
fix warning
7 years ago
chengduoZH
3a507b44bd
add conv3d_trans_cudnn_op
7 years ago
xzl
5aa3e768cd
fix bug with default parameter
7 years ago
chengduoZH
7ba3d1e4bd
add cudnn_pool3d_op
7 years ago
chengduoZH
a93a59ec7d
add cudnn 3d unit test
7 years ago
Tao Luo
3971586149
Merge pull request #5600 from luotao1/warning
...
fix compile warning in test_MKLDNN.cpp and ROIPoolLayer.cpp
7 years ago
Qiao Longfei
a4106278e9
BeamSearchDecodeOp ( #5498 )
...
* 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
7 years ago
Yibing Liu
c6275eca3a
trigger ci for lod_reset_op
7 years ago
Yibing Liu
9bc71087b6
bug fix in lod_reset_op: cast int to size_t in LoD
7 years ago
Luo Tao
a0ea0d68c2
Merge branch 'develop' into ProtoDataProvider
7 years ago
Luo Tao
5eb2f7a550
fix compile warning in test_MKLDNN.cpp and ROIPoolLayer.cpp
7 years ago
Yu Yang
93c6e52af8
Automatically generated doc string for generated layers ( #5585 )
7 years ago
xzl
471573efe4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
Tao Luo
e602c707f8
Merge pull request #5582 from tensor-tang/refine
...
remove unused code and fix typo
7 years ago
peterzhang2029
665eb015d7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bi_tensor_prod_op
7 years ago
Yu Yang
5fe9746954
Merge pull request #5587 from reyoung/feature/fix_gpu_compile_on_linux
...
Fix GPU Compile on Linux
7 years ago
QI JUN
29f494f365
Stack LSTM Net for Paddle Book6 ( #5503 )
...
* 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
7 years ago
dangqingqing
91d4fc6941
Fix compling for softmax_with_cross_entropy_op.
7 years ago
peterzhang2029
ab41648ca7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bi_tensor_prod_op
7 years ago
Yang Yu
174050277a
Fix GPU Compile on Linux
7 years ago
peterzhang2029
5f99ae908b
refine notation in bilinear_tensor_product_op.h
7 years ago
ranqiu92
9202671d31
Merge branch 'develop' into doc
7 years ago
QI JUN
9c25218361
create learning rate variable for every parameter ( #5524 )
...
* create learning rate variable for every parameter
* fix ci
* set parameter lr relatively to global lr
7 years ago