peterzhang2029
f06d8f0dd4
Merge pull request #5622 from peterzhang2029/notation_fix
...
Fix error in networks' docstrings .
7 years ago
peterzhang2029
e97354152c
unify the bias
7 years ago
Qiao Longfei
7345de3ad1
Beam search decode op python ( #5631 )
...
* fix lod_tensor_array
* init test beam search decode op
* add test_beam_search_decode_op
7 years ago
emailweixu
85b839f0f1
Fix l1_norm_op and squared_l2_norm_op for debug mode ( #5560 )
7 years ago
peterzhang2029
2b93934d2a
refine doc
7 years ago
Qiao Longfei
b6c262e12f
fix lod_tensor_array ( #5625 )
7 years ago
Yibing Liu
2f3d1c345f
Merge pull request #4747 from kuke/seq_reshape_op_dev
...
Add Lod Reset Operator
7 years ago
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
Yibing Liu
6772dfa0bd
Merge branch 'develop' of upstream into seq_reshape_op_dev
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
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
peterzhang2029
c5d7107767
refine var name
7 years ago
peterzhang2029
0a6262d550
fix warning
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
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
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
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
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
tensor-tang
2826ccbbd3
remove unused code and fix typo
7 years ago
Tao Luo
1c31bb9459
Merge pull request #5543 from tensor-tang/ds2
...
add resize of MKLDNNMatrix
7 years ago
dzhwinter
23b9bc0a6f
"fix ci failed" ( #5567 )
...
* "fix ci failed"
* "comment out seq_concate op to unblock PRs"
7 years ago
qingqing01
561d6340a4
Merge pull request #4061 from pkuyym/fix-4029
...
Add expand operator
7 years ago
emailweixu
58b4c9af34
Fixing duplicate struct name TensorSetConstant. ( #5532 )
...
TensorSetConstant struct is used both in math_function.cc and math_function.cu. Somehow the release version can correctly handle it. But in debug version, set_constant_with_place() in math_function.cu uses the TensorSetConstant in math_function.cc and causes crash.
7 years ago
Yu Yang
edb22c2f0c
Add Scope::Rename ( #5534 )
...
it is useful in gradient phase of an operator with block
7 years ago
emailweixu
2378679a9e
Fix a dead lock bug for dyload/nccl.h when nccl lib cannot be loaded ( #5533 )
...
It caused by a bug of std::call_once described in https://stackoverflow.com/questions/41717579/stdcall-once-hangs-on-second-call-after-callable-threw-on-first-call . It is likely caused by a deeper bug of pthread_once, which is discussed in https://patchwork.ozlabs.org/patch/482350/
7 years ago
qingqing01
dcc66c6d7c
Merge pull request #2982 from guoshengCS/add-ROIPooling
...
add ROIPooling for Fast(er) R-CNN
7 years ago
yangyaming
d7e7a1d7a5
Add using case.
7 years ago
guosheng
79e0a26a64
Fix test_roi_pool_layer.py
7 years ago
Zhaolong Xing
80de144bb5
Merge pull request #5552 from luotao1/openblas_bug
...
fix openblas bug: undefined reference to pthread_atfork
7 years ago
Luo Tao
52272bc076
fix openblas bug: undefined reference to pthread_atfork
7 years ago
guosheng
7829034da4
Refine ROIPoolLayer by following comments
7 years ago
Tao Luo
b0f0104afa
Merge pull request #5547 from tensor-tang/doc
...
update mkldnn design doc
7 years ago
guosheng
1ffdecf1ac
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ROIPooling-dev
7 years ago