Commit Graph

106 Commits (d82422997a7c21a9d440fae18c6c60c84a5bff7a)

Author SHA1 Message Date
qiaolongfei d82422997a add doc for batch norm
7 years ago
qingqing01 19fd071785
Make the normalization operator more general and fix bug in l2_normalize. (#11348)
7 years ago
yuyang18 0d29e65924 Add resize_bilinear
7 years ago
yuyang18 59d75bda74 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/python_doc
7 years ago
weixing d02b318c19
Merge pull request #11201 from weixing02/format
7 years ago
yuyang18 df681fd4e0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/python_doc
7 years ago
weixing02 b6aa7bd093 Fix format display error
7 years ago
fengjiayi f3db005c4a fix errors
7 years ago
fengjiayi e1599eb349 Add image_resize_short and refine API
7 years ago
baiyf 663f4e6168 Fix bilinear_op Python API (#11117)
7 years ago
whs 86d8659c8d
Add python wrapper for gather op. (#11033)
7 years ago
whs 85c203b117
Make bilinear_interp_op support attrs from input. (#11041)
7 years ago
yuyang18 018d411075 Remove unnecessary func name
7 years ago
yuyang18 7c00e164e5 Add More comments
7 years ago
yuyang18 f9d93bfde1 Add document to random crop operator
7 years ago
Tao Luo ccf61b3066
Merge pull request #10703 from mozga-intel/mozga-intel/Mul_mkldnn_withdraw
7 years ago
fengjiayi 32c0e82ca0 fix two bugs
7 years ago
Yu Yang 14905516aa
Merge pull request #10970 from JiayiFeng/dev_add_random_crop_op
7 years ago
fengjiayi 3bce3dbce1 fix a bug
7 years ago
mozga-intel 30d32035b2 Withdraw mkldnn mul
7 years ago
walloollaw 3e177b9d91 ISSUE-10996: support name setting for layers topk/softmax/concat/dropout (#10999)
7 years ago
qingqing01 15db5a5565
Support groups in transposed conv2d API. (#11005)
7 years ago
fengjiayi 3bcb67f1db fix a bug
7 years ago
fengjiayi 632108dc2e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_add_random_crop_op
7 years ago
fengjiayi 3e7ce5836f stash
7 years ago
baiyf 1ba2581a52 Unified bilinear_interp op Python interface specification (#10925)
7 years ago
baiyf 16b09d3c36 Expose bilinear operator into Python API. (#10875)
7 years ago
Yibing Liu 20bdc3e109
Merge pull request #10846 from kuke/deconv_group
7 years ago
whs 8655904be2
Enhance reduce op (#10708)
7 years ago
Yibing Liu adbf97b42d Merge branch 'develop' of upstream into deconv_group
7 years ago
Yibing Liu 7a557040e7 Expose param group in conv2d_transpose api
7 years ago
whs 67f5eaff78
Add dice loss (#10717)
7 years ago
whs 86d7cc9789
Add bias for gru_unit_op and fix activation function (#10087)
7 years ago
Tao Luo 7e88026e85
Merge pull request #10725 from Haichao-Zhang/improve_seq_pool_doc
7 years ago
qingqing01 1f8243b7f8
Refine smooth L1 loss. (#10713)
7 years ago
zhanghaichao 3e34c9798a improved the documentation for the sequence_pool function
7 years ago
Kexin Zhao 8cc91bc025
initial commit (#10387)
7 years ago
Tomasz Patejko 4a497b826d MKLDNN implementation of batch normalization (#9904)
7 years ago
dyning 4a5bfa89c3 Modify RoI pooling op to use LoDTensor and expose it into Python API (#10208)
7 years ago
Tao Luo 44fa823841
Merge pull request #9949 from mozga-intel/mozga-intel/Mul_mkldnn
7 years ago
whs d89a30680e Fix a wrong variable name. (#10090)
7 years ago
mozga-intel 171471eada
Merge branch 'develop' into mozga-intel/Mul_mkldnn
7 years ago
qingqing01 ee9832a7a9
Add Top-k Python API. (#9973)
7 years ago
Tao Luo 2617d8bcda
Merge pull request #9993 from jczaja/prv-softmax-mkldnn-fix
7 years ago
Jacek Czaja de8094f57e Cosmetic fixes
7 years ago
Jacek Czaja acdf7cbd19 - Added EPS for softmax MKLDNN op
7 years ago
mozga-intel 6e7b883bdd Initial implementation of multiplication operator for MKLDNN
7 years ago
guosheng d04073050e Add python wrapper for label smoothing
7 years ago
Qiao Longfei 4c55a6022a
Dist transpiler support prefetch (#9714)
7 years ago
whs ef169eb996
Merge pull request #9459 from wanghaoshuang/fix_avg
7 years ago