Commit Graph

6398 Commits (bba0c4a9f2d8ea8936595e438cc6abca0e0f710b)

Author SHA1 Message Date
tangwei12 fa2ab3346c
fill constant add infervarshape, lookuptable clone lr var (#13830)
7 years ago
JiabinYang 368d6b77b0 test=develop
7 years ago
Yibing Liu 46b0b7903c
Merge pull request #13856 from kuke/seq_unpad_op
7 years ago
Yibing Liu 6a627ce751 Use length-based lod in seq_slice's doc
7 years ago
Yibing Liu 699825a9d5 Use length-based lod in seq_unpad's doc
7 years ago
jerrywgz 2f5a80174e add roi_align api
7 years ago
Zeng Jinle 93606c2c2c
Merge pull request #13689 from sneaxiy/sparse_rmsprop
7 years ago
Qiao Longfei 681226e97c
Merge pull request #13864 from jacquesqiao/py-reader-add-test-mode
7 years ago
jerrywgz 90f39b1123 Merge branch 'roialign' of https://github.com/jerrywgz/Paddle into roialign
7 years ago
Xin Pan 288a112ffd
Revert "Revert "Revert "Make variable::GetMutable robust"""
7 years ago
sneaxiy 5cedfb60c8 test=develop
7 years ago
Yibing Liu b785798585 Expose layer's name for sequence pad & unpad
7 years ago
jerrywgz 5e52dafda5 add roi align
7 years ago
jerrywgz c0e34eebec add roi align
7 years ago
Yibing Liu 7d84de4712 Fix some typos
7 years ago
Yibing Liu 16b2c6dc78 Add py api for sequence_slice_op
7 years ago
Xin Pan fededdda20
Merge pull request #13872 from panyx0718/fix2
7 years ago
Xin Pan ddb76d0d09 Make GetMutable more robust
7 years ago
Qiyang Min c2842377ce
Merge pull request #13837 from velconia/add_pyramid_dnn_support
7 years ago
chengduo 8e2fdc54b1
Add check for opt op (#13840)
7 years ago
Yibing Liu 46e61d81a7 Wrapper py api for sequence_unpad
7 years ago
sneaxiy 84d9300365 test=develop
7 years ago
chengduo 2562eb92b8
Add strategy doc (#13849)
7 years ago
dzhwinter 8329a1f139 add sparse update momentum. test=develop
7 years ago
Wu Yi 77e9339deb
fix api get_pserver_programs (#13820)
7 years ago
Qiao Longfei 2178ae5698 add reader_queue_speed_test_mode to python init
7 years ago
Xin Pan d852be7c48
Revert "Make variable::GetMutable robust"
7 years ago
Xin Pan ae8b1c32bf
Merge pull request #13821 from panyx0718/fix
7 years ago
Xin Pan 9b3e0df375
Merge pull request #13819 from panyx0718/doc
7 years ago
chengduo 9c77b65c06
Fix layers.uniform_random (#13823)
7 years ago
Yibing Liu cbe4292516 Add sequence unpad op
7 years ago
minqiyang 4a22979bca Polish code
7 years ago
minqiyang f03e0e49a8 Polish doc
7 years ago
minqiyang a7cae62bbb Polish code
7 years ago
Xin Pan 228506618b Avoid GetMutable implicitly reset Var Type.
7 years ago
minqiyang 7f6ff6f5a9 Polish doc
7 years ago
minqiyang 35e547e00f Polish API doc
7 years ago
Qiyang Min f99ea99e36
Merge pull request #13720 from velconia/fix_grad_clip
7 years ago
minqiyang d8a1b77097 Add margin_rank_loss_op to python
7 years ago
Xin Pan 63b2e98f3d Explain LoD and a few other concepts
7 years ago
shippingwang 98ffde410d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
minqiyang 1456b8ec7d Add unittest for clip_by_norm_op with SelectedRows
7 years ago
Tao Luo fd0dd07ab4
Merge pull request #13726 from jczaja/prv-fused_embedding_fc_lstm-ut
7 years ago
Qiyang Min ac8208b637
Merge pull request #13707 from velconia/fix_ci_random_fail
7 years ago
minqiyang d8384c8e64 Polish code
7 years ago
Qiao Longfei 5fc305220c
Merge pull request #13787 from PaddlePaddle/revert-13637-optimize-opyreader
7 years ago
chengduo e1761709f8
Set the right shape of selected_rows (#13723)
7 years ago
Qiao Longfei 9d087d5139 Revert "optimize pyreader"
7 years ago
tensor-tang dba6928775 fix lod tensor
7 years ago
qingqing01 6094a72308
Fix bug in reduce_op caused by PR #13534 (#13748)
7 years ago
minqiyang 5ae34fb9ac Make code more compatible
7 years ago
shippingwang 08d8a622eb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
shippingwang 423162531b Add usage comment of plot.py
7 years ago
Qiao Longfei b1d5135ffb
Merge pull request #13637 from jacquesqiao/optimize-opyreader
7 years ago
dzhwinter a46e30aa6d
enhance isinf/isnan in tensor util, avoid copy back to cpu (#12688)
7 years ago
shippingwang 3c3df1fd4a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
shippingwang 00b11c2728 Add comment
7 years ago
qiaolongfei 91e8299144 fake reader support python3.x test=develop
7 years ago
Jacek Czaja 809dbc5c17 - Added file for fused_embedded_fc_lstm_op unit test
7 years ago
qiaolongfei 5238a7f5b9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
7 years ago
qiaolongfei ec38effcce optimize fake, change it to a class instead a function. test=develop
7 years ago
qiaolongfei ebd9f7fccd Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-fake-reader
7 years ago
xuezhong 65ed45a154
Merge pull request #13717 from chengduoZH/enhance_while
7 years ago
minqiyang bcd8c2ccc3 Add unit test
7 years ago
shippingwang d5f791815b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
shippingwang 2219f6d687 Move paddle/v2/plot/plot.py to paddle/utils
7 years ago
chengduoZH e59ab42caa add nodes for drnn
7 years ago
qiaolongfei 4fc5991728 update test for fake reader decorator
7 years ago
qiaolongfei b2fd2158d4 update comment
7 years ago
Tao Luo d770b9bda3
Merge pull request #13663 from luotao1/resnet50_ut
7 years ago
Tao Luo 4c90c40437
Merge pull request #13641 from kbinias/fix-for-no-set_attr
7 years ago
qiaolongfei bda05dc387 reset yield_num after one pass
7 years ago
qiaolongfei 198689c3bb add a fake reader for speed test
7 years ago
Krzysztof Binias e4e66814ee Fixed missing set_attr
7 years ago
qiaolongfei 91756a5a90 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
7 years ago
Wu Yi ea15065441
parallel run dist ci (#13433)
7 years ago
minqiyang 8551e07abc Fix flowers data read in python3
7 years ago
Yu Yang 186b2b138d
Revert "Merge pull request #13201 from reyoung/revert_callstack" (#13697)
7 years ago
Xin Pan 2f5a7cc470
Merge pull request #13673 from panyx0718/infer
7 years ago
tangwei12 b35239df2b fix dist ut with place, test=develop (#13647)
7 years ago
Dang Qingqing f63ab5619b Fix conflict.
7 years ago
Xin Pan 425a882165
Merge pull request #13643 from panyx0718/ir2
7 years ago
Dang Qingqing 8f5d918a19 Disable one test in test_quantize_transpiler.
7 years ago
Xin Pan 88ab1ea183 fix
7 years ago
Jiabin Yang 2364494090
Merge pull request #13662 from JiabinYang/mac/fix_unittest_0927
7 years ago
qingqing01 748be49e77
Fix random fail in Python3 (#13666)
7 years ago
Dun 161c3e31f7 Optimization of Kernels that related to DeepLabv3+ (#13534)
7 years ago
Xin Pan ddd60581b7 clean up channel
7 years ago
Xin Pan 3d339797fb clean use_mkldnn options
7 years ago
Xin Pan 23a29be49d hide all left over kwargs
7 years ago
Tao Luo 83ca657f96 Merge branch 'develop' into resnet50_ut
7 years ago
Xin Pan 35b713c3fd
Merge pull request #13670 from typhoonzero/disable_dist_se_resnext
7 years ago
typhoonzero e6d357ff5d disable dist se resnet
7 years ago
qiaolongfei c5292b181e change py_reader_by_data to create_py_reader_by_data
7 years ago
Zeng Jinle 1cbaf71a68
Merge pull request #13620 from sneaxiy/fix_api_kwargs2
7 years ago
Qingsheng Li 63222501f0 [Do not merge] Fix global gradient clip by Yu Yang (#13516)
7 years ago
Tao Luo 21ee30595b clean some CMakeLists
7 years ago
JiabinYang 9ae5baebfa test=develop
7 years ago
Xin Pan 2c4b8393ce
Merge pull request #13573 from velconia/fix_api
7 years ago
qiaolongfei 9d3fa1bedd update the document of py_reader_by_data
7 years ago