Qiao Longfei
7c85a977d4
temporarily disable test_dist_se_resnext for oom ( #12290 )
7 years ago
Wu Yi
5ebbfaa8b9
Get diff for all changes in current branch ( #12265 )
...
* get diff for all changes in current branch
* diff with upstream/develop
* let dist test serial
7 years ago
qingqing01
873a50ce35
Fix serious bug in nesterov momentum optimizer. ( #12231 )
...
* Fix serious bug in nesterov momentum optimizer.
7 years ago
Wu Yi
d8d35a0b3c
Add se-resnext test for 2x2 and parallel exe ( #12194 )
...
* wip add se-resnext test for 2x2 and parallel exe
* testing
* finish dist unitest 2x2
* update python interp
* fix gpu number
* make this test can run in parallel
7 years ago
Yu Yang
b06309381b
Merge pull request #12149 from reyoung/feature/combine_open_files_and_double_buffer
...
Change and polish readers
7 years ago
chengduo
a3ac54b672
Fix Reduce functor ( #12262 )
...
* Fix Reduce and Gather
* Fix unit test
7 years ago
qingqing01
7219676ed3
Hide some API in control_flow.py ( #12226 )
7 years ago
Qiao Longfei
2b58c62aa0
Update auc op ( #12199 )
...
fix AUC op
optimize it's test
7 years ago
Qiyang Min
982d4230b9
Merge pull request #12145 from velconia/update_version_via_branch_name
...
Update version via branch name
7 years ago
yuyang18
8c3cd4204e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
Qiao Longfei
0ecd19831f
Merge pull request #12232 from wzzju/fix-default-value
...
Fix default value
7 years ago
yuyang18
7268760fbc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
Tao Luo
3694fd5c4a
Merge pull request #12109 from emailweixu/cpu_only
...
Fixed unittests for WITH_GPU=OFF and WITH_DISTRIBUTE=OFF build
7 years ago
Qingsheng Li
ac11c4e4ff
Beam search decoder API ( #11687 )
...
* Added beam search API to fluid/contrib
* Change as review comments
* API.spec change
* Doc updated
7 years ago
Zhen Wang
7b7a4afa5a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-default-value
...
Change the default value of the parameter 'drop_last' in 'paddle.batch' to False.
7 years ago
Zhen Wang
186919016b
Change the default value of the parameter 'drop_last' in 'paddle.batch' to False.
7 years ago
yuyang18
e9c8d930a5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
Tao Luo
1640334241
Merge pull request #12215 from luotao1/clone_var
...
fix _clone_variable in optimizer.py
7 years ago
yuyang18
10b3cbfb8d
Fix CI hang
7 years ago
Luo Tao
e33017f23e
fix _clone_variable in optimizer.py
7 years ago
yuyang18
b789a3a484
Change code
7 years ago
Xin Pan
7ceec40360
hide more apis
7 years ago
yuyang18
be528f9815
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
Xin Pan
968922bd6c
Merge pull request #12154 from panyx0718/api
...
hide monkey_patch_variable
7 years ago
Xin Pan
e91e29439f
trigger CI
7 years ago
Tao Luo
2c3495ca94
Merge pull request #12178 from xhmcom/patch-2
...
Fix bugs in the resize_short and simple_transform funciton
7 years ago
Wu Yi
db67d60e31
Remove block api ( #12107 )
...
* remove block api
* remove clone_variable
* hide block inner apis
* update
* fix tests
7 years ago
Xuuu
5546f6ac4d
Fix bugs in the resize_short and simple_transform funciton
...
The resize_short function used the cv2.resize function in a wrong way.
The simple_transform function repeated the code uncorrectly.
7 years ago
typhoonzero
32d81909dc
fix pserver with condition block
7 years ago
Wei Xu
264e8305b0
Fixed unittests for WITH_GPU=OFF and WITH_DISTRIBUTE=OFF build
7 years ago
minqiyang
3e30d4013a
Remove unsued lines
7 years ago
gongweibao
7040c67920
Change blocksize ( #11863 )
7 years ago
Wu Yi
c5619bbcde
fix auc op ( #12087 )
...
* fix auc
* update
* update
* fix compile
* fix param name
* add doc string
* fix test
7 years ago
Xin Pan
077aa207e4
hide monkey_patch_variable
7 years ago
minqiyang
8fa89fc678
Polish code
7 years ago
tangwei12
f02a4da6cd
Merge pull request #12152 from seiriosPlus/dis_acc_fix
...
slice_var_up=False fix
7 years ago
seiriosPlus
8f9e23da23
codestyle fix
7 years ago
seiriosPlus
56ad065a97
codestyle fix
7 years ago
chengduo
325fbc4f1b
Add learning rate decay test ( #12124 )
...
* Add learning rate decay test
* fix test name
* doesn't share @LR_DECAY_COUNTER@
7 years ago
seiriosPlus
0f3aa74d11
fix split_var=False
7 years ago
seiriosPlus
d559970a2c
remove split_var=False, need more experiment
7 years ago
yuyang18
61b3a5977f
Refine Python Reader
7 years ago
yuyang18
c204f0cc2b
Refine PyReader
7 years ago
yuyang18
6a46c0798e
Polish PyReader
7 years ago
yuyang18
b8975d6842
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/combine_open_files_and_double_buffer
7 years ago
yuyang18
d36e13efd8
Merge branch 'feature/add_pyreader_demo' into feature/combine_open_files_and_double_buffer
7 years ago
yuyang18
1478a5fc0b
Make open_files use buffer
7 years ago
tangwei12
4bd64781ca
fix distribued transpile when slice_var_up=False
7 years ago
minqiyang
a90f83775e
Add version test
7 years ago
Qiyang Min
cebf7c602d
Merge pull request #12095 from velconia/port_py3
...
Port py3
7 years ago