minqiyang
|
1f86c88f4a
|
Remove random order of fetch_list in test_random_crop_op
|
7 years ago |
minqiyang
|
e0d5f8a820
|
Move compat module to python/paddle
|
7 years ago |
minqiyang
|
5338417b47
|
Polish code style
|
7 years ago |
minqiyang
|
ae39709e59
|
Polish code
|
7 years ago |
minqiyang
|
1800fef142
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
|
7 years ago |
Wu Yi
|
8b77448d5f
|
hide misc APIs (#12540)
* hide misc APIs
* update
* fix transformer test
* update API.spec
|
7 years ago |
Wu Yi
|
d3da0ef9f6
|
Fix dist train with rmsprop (#12649)
* fix dist train with rmsprop
* add rmsprop transpiler test
* update by comment
|
7 years ago |
Jiabin Yang
|
989cae25dd
|
fix the numpy version has to be lower than 1.15 (#12523)
* fix the numpy version has to be lower than 1.15
* Add TODO comments
|
7 years ago |
minqiyang
|
92aa20616d
|
Polish the code style
|
7 years ago |
minqiyang
|
68b221401d
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
|
7 years ago |
jerrywgz
|
af8b1b993f
|
Fix rpn_target_assign API.
|
7 years ago |
minqiyang
|
812de6e806
|
Port utils to Python3
|
7 years ago |
Tao Luo
|
49ad570ee8
|
Merge pull request #12667 from luotao1/wmt14
fix wmt14 download error
|
7 years ago |
Bai Yifan
|
649f5d74f0
|
fix mine_hard_example bug (#12664)
|
7 years ago |
Wu Yi
|
f54efd027e
|
Merge pull request #12660 from typhoonzero/polish_dist_unittests
polish dist unitest
|
7 years ago |
minqiyang
|
6988aea989
|
Fix long type in Python3
|
7 years ago |
minqiyang
|
fae5c1f514
|
Fix the input of executor
|
7 years ago |
luotao1
|
d54267094e
|
fix wmt14 download error
|
7 years ago |
minqiyang
|
5b452bfd59
|
Remove the overfix of lod_rank_table
|
7 years ago |
minqiyang
|
47561c34b0
|
Fix python2 CI issues
|
7 years ago |
typhoonzero
|
069ff14756
|
polish dist unitest
|
7 years ago |
minqiyang
|
a3539845f2
|
Polish python code style
|
7 years ago |
minqiyang
|
e7c7cbaa42
|
Port new added files to Python3
|
7 years ago |
Qiao Longfei
|
331151f065
|
Merge pull request #12647 from jacquesqiao/add-RPCServerProfiler
add RPCServerProfiler, replace listen and serv optimizer
|
7 years ago |
minqiyang
|
e4057d071b
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
|
7 years ago |
qiaolongfei
|
0b81801515
|
change init flags
|
7 years ago |
qiaolongfei
|
3f2aa91970
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into timeline-support-pure-cpu
|
7 years ago |
Qiyang Min
|
29fac3c092
|
Merge pull request #12390 from velconia/port_python3_syntax
Apply 2to3 to current paddle main python code
|
7 years ago |
Tao Luo
|
5a9ae411e0
|
Merge pull request #12618 from sfraczek/sfraczek/fix-new-mkldnn-conv-tests
fix UT for mkldnn 0.15
|
7 years ago |
minqiyang
|
23447cd5a0
|
Fix parallel_executor_fetch_feed issue
|
7 years ago |
qiaolongfei
|
d080d3e694
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into timeline-support-pure-cpu
|
7 years ago |
minqiyang
|
5d4238cdcc
|
Fix six.iteritems problem
|
7 years ago |
minqiyang
|
e4e9450e88
|
Fix random crop op problem
|
7 years ago |
minqiyang
|
39059eb70f
|
Polish code
|
7 years ago |
Sylwester Fraczek
|
c2a437fd0f
|
review fixes
|
7 years ago |
Sylwester Fraczek
|
dcbc4284aa
|
conv2d tests: stop testing on CUDA when use_cudnn=False. Especially when use_mkldnn=True.
|
7 years ago |
minqiyang
|
d4b10eef5f
|
Polish code
|
7 years ago |
minqiyang
|
76ee482e18
|
Fix cv2 issues
|
7 years ago |
Wu Yi
|
772ceee395
|
Merge pull request #12615 from typhoonzero/move_dataset_download_url
move download urls
|
7 years ago |
minqiyang
|
6dc07e7f95
|
Replace items() with six.moves.iteritems() to improve memory usage
|
7 years ago |
minqiyang
|
bc12c2c616
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
|
7 years ago |
minqiyang
|
9cd5999032
|
Fix dist transpiler unordered dict issue
|
7 years ago |
Qiao Longfei
|
445ca3db94
|
Merge pull request #12607 from jacquesqiao/add-unit-test-for-async-transpile
Add unit test for async transpile
|
7 years ago |
minqiyang
|
be6ecec46f
|
Fix unittests' division issues
|
7 years ago |
minqiyang
|
59adf7ced1
|
Fix round(0.0) special issue
|
7 years ago |
qiaolongfei
|
7c649e06c3
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into timeline-support-pure-cpu
|
7 years ago |
qiaolongfei
|
2ae32f0bf0
|
revert the change of api
|
7 years ago |
minqiyang
|
938a9e4faa
|
Polish code
|
7 years ago |
minqiyang
|
09103084d3
|
Polish compat.py and add unittest for it
|
7 years ago |
Sylwester Fraczek
|
d74bb6ab9c
|
fix ut for mkldnn 0.15 - added forcing layout NCHW in mkldnn conv tests
|
7 years ago |