Commit Graph

616 Commits (f7fa7c57c812b59ece75f5143e12298aa843ad93)

Author SHA1 Message Date
caoying03 cdde045afe remove redundant tests in layer helper's unittest.
7 years ago
ranqiu f22402933e Refine multi_head_attention
7 years ago
ranqiu d29901b825 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into attention
7 years ago
ranqiu 81abcdea39 Refine dot_product_attention
7 years ago
wangmeng28 5ee63bb67c Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
peterzhang2029 9580c45077 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_bn_eq
7 years ago
caoying03 37190b7c14 small fix.
7 years ago
caoying03 29fc94b265 Merge branch 'develop' into l2_distance
7 years ago
caoying03 929efdc592 follow comments.
7 years ago
caoying03 4772b78ced add config_helper.
7 years ago
ranqiu b0c88e3dd0 Update annotations of layers.py
7 years ago
ranqiu 2e1cd3313d Update dot_prod_layer
7 years ago
ranqiu aa2507187e add dot_prod_layer
7 years ago
peterzhang2029 8a49f7f16b add epsilon in bn
7 years ago
wangmeng28 d6e35ecdd5 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
wangmeng28 7a1a586355 Update variable names and docs for factorization machine layer
7 years ago
Cao Ying 82849ad167
Merge pull request #5678 from ranqiu92/doc
7 years ago
ranqiu bf4b5320d8 Update annotations of layers.py
7 years ago
xzl b7ebaf71bb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_prelu
7 years ago
xzl 2ab928d185 modify the prelu test and regenerate the proto
7 years ago
xzl f9469d33a7 add check for input height and width and input channel
7 years ago
ranqiu 06c7686aa1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into attention
7 years ago
Cao Ying 374e16852d
Merge pull request #5517 from ranqiu92/doc
7 years ago
xzl c1b23535c0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_prelu
7 years ago
xzl a0e77692f3 Embarrassed, i forget to do the type check
7 years ago
xzl 1906e63f39 fix prelu(add filter_num output_x output_y) and add channel_shared param
7 years ago
Zhaolong Xing d7319c2220
Merge pull request #5165 from NHZlX/add_dilation
7 years ago
Zhaolong Xing 3e6f768409
Merge pull request #4891 from NHZlX/poolmaxpool_with_mask
7 years ago
ranqiu ac29d00cff Update doc of layers.py
7 years ago
ranqiu de2bc5da28 Update annotations of layers.py according to comments
7 years ago
xzl fbd8a3307c regenerate the proto for support the dilation
7 years ago
ranqiu 1baeebc8e7 Update the annotations of layers
7 years ago
peterzhang2029 e97354152c unify the bias
7 years ago
peterzhang2029 2b93934d2a refine doc
7 years ago
xzl 469b3ad589 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dilation
7 years ago
peterzhang2029 1b6a54e286 fix error for annotation
7 years ago
xzl 0b9c4cd7e5 fix comments
7 years ago
wangmeng28 f7941dbb74 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
ranqiu 7461b35977 Refine multi-head attention
7 years ago
ranqiu92 9202671d31
Merge branch 'develop' into doc
7 years ago
xzl 9e894f6b0a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
guosheng 79e0a26a64 Fix test_roi_pool_layer.py
7 years ago
guosheng 7829034da4 Refine ROIPoolLayer by following comments
7 years ago
guosheng 1ffdecf1ac Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-ROIPooling-dev
7 years ago
ranqiu ea8e050b7b Update doc of layers.py
7 years ago
xzl ba2e5de662 pull develop and fix conflict
7 years ago
ranqiu 0e73967af8 Update the annotations of layers.py
7 years ago
caoying03 a3a158c55f Merge branch 'develop' into fix_nce
7 years ago
Cao Ying b8e782c977
Merge pull request #5487 from ranqiu92/doc
7 years ago
Yang yaming 3b32eb9e2d
Merge pull request #5488 from pkuyym/fix-5417
7 years ago
yangyaming 930d2e89be remove test_mul_value_layer.protostr and test_mul_value_layer.py
7 years ago
ranqiu 7d343fcaca Update doc of layers.py
7 years ago
yangyaming 07f3f07ff3 MulValue --> ScaleSubRegion
7 years ago
caoying03 34410eb822 nce does not need activation.
7 years ago
ranqiu db209f4815 Update annotations of layers.py
7 years ago
yangyaming cfad83ce89 Add MulValueLayer.
7 years ago
ranqiu f1fac487b1 Update annotations of layers.py
7 years ago
dangqingqing f8bc4ecbbb Fix the doc for momentum and adam optimizer.
7 years ago
yangyaming 29b3de6f97 Bugs fix and expose sub_seq_layer.
7 years ago
wangmeng28 e65960ede8 Merge remote-tracking branch 'upstream/develop' into fix-4388
7 years ago
wangmeng28 0d79e9732d Refine the log message in fc layer
7 years ago
xzl 33032b12cf fix bug: regenrate test proto of img_conv
7 years ago
tensor-tang 4d7eb09008 add python interface of mkldnn_batch_norm
7 years ago
wangmeng28 601c1a35f3 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
ranqiu 4ad12a0bd5 Fix bugs of dot-product attention
7 years ago
ranqiu 947c528508 Remove redundant flags
7 years ago
ranqiu 4d15b107f3 Add multi-head attention
7 years ago
xzl c876dfaa67 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
xzl 720274da53 add max-pool-with-mask python interface
7 years ago
wangmeng28 a30d53b792 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
wangmeng28 8654e8a520 Fix dims in config parser for factorization machine layer
7 years ago
ranqiu 7ad15259fc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into attention
7 years ago
ranqiu 78320194aa refine dot-product attention according to the comments
7 years ago
wangmeng28 22c5d1f147 Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
Peng Li 98a6b85e8b revise the error message to provide more detailed info
7 years ago
Peng Li 386a0289bd Ensure name is not set in bias_attr in gru_step_naive_layer
7 years ago
wangmeng28 f504c8a83d Remove unnecessary configs
7 years ago
wangmeng28 28c98103de Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
ranqiu 0402a69694 Update annotations of layers.py
7 years ago
wangmeng28 1644c72acc Add framework of the factorization machine layer
7 years ago
ranqiu 4545a058bd add dot-product attention
7 years ago
caoying03 480154896c add configuration helper for resize layer.
7 years ago
wangmeng28 a378db3c37 fix style issue
7 years ago
wangmeng28 8dc382e4ee Check whether param name is manually set when input is a sequence in fc layer
7 years ago
ranqiu 732c8973e0 Update annotations of layers.py
7 years ago
ranqiu 0e6466423b Update the annotation of layers.py
7 years ago
ranqiu 62377fd1f3 Update annotations about layer name of layers.py
8 years ago
ranqiu fe2c5936d9 Update annotation of layers.py
8 years ago
ranqiu 93e0183662 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into r-doc
8 years ago
gaoyuan 71b3fbb18a Fix a ssd bug
8 years ago
ranqiu a0187f1c55 Update the annotation about bias_attr of layers.py
8 years ago
ranqiu 82bff6eee3 Update the annotation of layers.py
8 years ago
ranqiu c2dea5a877 Update the annotation of layers.py
8 years ago
peterzhang2029 fc3b129b08 delete the unused comments
8 years ago
peterzhang2029 bfba756b48 update the version of pre-commit0.13.2
8 years ago
peterzhang2029 9e74b89877 update notation in networks.py roughly
8 years ago
chengduoZH 22de57f127 enable cudnn_convt
8 years ago
caoying03 1f839a6618 fix bug in prelu parsing.
8 years ago
zhangchao41 b90461b9d9 fix the typo of the param description in sequence_conv_pool
8 years ago
chengduo 663f14319b Merge pull request #3995 from wanghaoshuang/fix_warning
8 years ago