Commit Graph

5652 Commits (7268760fbcf3e00eb380e0c8ef96f5a25f8188ab)

Author SHA1 Message Date
yuyang18 4ff1bde5fb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/hide_api_cont
7 years ago
qiaolongfei 600f5f0b49 simpilify distribute transpiler
7 years ago
Yu Yang ebe3b5e78a
Merge pull request #11853 from sneaxiy/complete_py_reader_python
7 years ago
minqiyang 95e2d28659 Replace relative_import with absolute_import
7 years ago
qiaolongfei 4344e571a7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into distribute-transpiler-handle-adam-accumulator
7 years ago
sneaxiy 88f6eef4ab Merge branch 'complete_py_reader_python' of https://github.com/sneaxiy/Paddle into complete_py_reader_python
7 years ago
Qiyang Min a376efb3f3
Merge pull request #12105 from velconia/fix_is_taged
7 years ago
minqiyang 95b4a6a29d Make import paddle.fluid possible now
7 years ago
minqiyang 48fef01e13 Change python code style to 3.x in setup.py
7 years ago
qiaolongfei 2d2e813dd2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
7 years ago
minqiyang becc1c2460 Remove unused requirements
7 years ago
minqiyang fbff15fd42 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_py3
7 years ago
minqiyang 1840bd75e9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_is_taged
7 years ago
Qingsheng Li 72ce4d568e
Fix transpiler API (#12119)
7 years ago
qiaolongfei 9708e2e571 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
7 years ago
fengjiayi 5f8ff63bfe
Merge pull request #12069 from JiayiFeng/add_reader_reset_tests
7 years ago
qiaolongfei 39d88ebc02 Merge branch 'fix-optimizer-accumulator' of ssh://github.com/jacquesqiao/Paddle into distribute-transpiler-handle-adam-accumulator
7 years ago
qiaolongfei 3748aa4ee7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
7 years ago
qiaolongfei 5c12c5eb42 update distribute transformer for adam and adamax optimizer
7 years ago
tangwei12 10737ed9ce
Merge pull request #12067 from seiriosPlus/ckpt_new_api
7 years ago
minqiyang f8e83196ff Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_is_taged
7 years ago
Guo Sheng da3f766821
Merge pull request #12088 from guoshengCS/complete-hsigmoid
7 years ago
tangwei12 c210add5e8 remove ut, will fix it later
7 years ago
minqiyang dbaaca7857 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_py3
7 years ago
minqiyang a1a1109ccc Improve Code
7 years ago
Yancey 3c4f04b767
Merge pull request #12112 from Yancey1989/rpc_deadline_effect
7 years ago
tangwei12 2bd7fe5add Merge branch 'Pdv' into ckpt_new_api
7 years ago
qiaolongfei 55aea98209 update test_optimizer
7 years ago
sneaxiy e40905daed Merge branch 'complete_py_reader_python' of https://github.com/sneaxiy/Paddle into complete_py_reader_python
7 years ago
Yancey1989 bbd53131f0 update
7 years ago
sneaxiy 31c7f6b968
Merge branch 'develop' into complete_py_reader_python
7 years ago
qiaolongfei 2ce1ed3dbd add optimized_guard for ModelAverage
7 years ago
qiaolongfei 971cf70517 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
7 years ago
qiaolongfei d8220ccb91 add optimized_guard for optimizer finish_update
7 years ago
Yibing Liu 1617fe2edd
Merge pull request #11897 from chenwhql/unsqueeze_op
7 years ago
guosheng 4ee069fdba Fix the HierarchicalSigmoidGradOpKernel and refine the codes. Now hsigmoid_op is same with V2 implementation and can pass gradient check.
7 years ago
yuyang18 4dccb58483
Hide clip APIs
7 years ago
yuyang18 0c8f69c370
Hide more APIs
7 years ago
yuyang18 6eba4b32ce
Fix unittests after hide APIs
7 years ago
qiaolongfei 901d538960 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-mac-patchelf-check
7 years ago
tangwei12 5137f62859 bug fix
7 years ago
chenweihang 938319bbd2
Merge branch 'develop' into unsqueeze_op
7 years ago
Yibing Liu 092d620187
Merge pull request #11812 from chenwhql/squeeze_op
7 years ago
Yancey1989 031a07f9c0 add rpc_deadline in bootstrapper
7 years ago
qiaolongfei d6005b6949 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-mac-patchelf-check
7 years ago
yuyang18 818e070890
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/hide_api_cont
7 years ago
Yu Yang 1c9c8e8de7
Merge pull request #12065 from reyoung/feature/hide_apis
7 years ago
qiaolongfei 010c0ab0a1 add install_name_tool check on macos
7 years ago
minqiyang 9130a8847a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_is_taged
7 years ago
minqiyang a685566cd5 Throw all warnings from git describe in setup.py.in
7 years ago
qiaolongfei d99775a718 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-optimizer-accumulator
7 years ago
Tao Luo 16aca3c087
Merge pull request #12090 from luotao1/v2
7 years ago
qiaolongfei 7ce0d45efa fix adam and adamax optimizer
7 years ago
yuyang18 b83ffda4aa
Try hide APIs
7 years ago
lemon34 29145e1e31 change im2sequence for ctc batch inference (#11696)
7 years ago
fengjiayi 74fa603cce
Merge pull request #12043 from JiayiFeng/fix_backward_bug
7 years ago
chenweihang b8ea7a081a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
yuyang18 5832e817d5
Hide append_regularizer
7 years ago
Luo Tao 2bb43ede48 add rpath to _swig_paddle.so
7 years ago
baiyf be2d9dc2b8 Add prior_box output order control (#12032)
7 years ago
guosheng e7f7ba97fe Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into complete-hsigmoid
7 years ago
guosheng e7a4cfc0ff complete the hsigmoid_op
7 years ago
chenweihang 84a525a38a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
sneaxiy f85e16f1de Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into complete_py_reader_python
7 years ago
chenweihang fbef49e772 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
yuyang18 ff07af8d93
Hide calc_gradient
7 years ago
yuyang18 5e725dc52b
Hide Optimizer methods
7 years ago
achao2013 8e4b225fe4 Add fake_quantize_op. (#11359)
7 years ago
Yuan Gao 50aa6ba6f5 add rpn target assign op (#11449)
7 years ago
fengjiayi d22c282150 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_backward_bug
7 years ago
Tao Luo 6a749d126f
Merge pull request #12066 from luotao1/find_patchelf
7 years ago
chenweihang 2bd65dbf71 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
chenweihang fd01a43a3c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
Tao Luo e91ecd5d91
Merge pull request #12077 from wojtuss/wojtuss/cycle-cifar-flowers2
7 years ago
Wojciech Uss 4594f186fa added cycling the dataset for cifar and flowers
7 years ago
fengjiayi 498f8b66ee Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reader_reset_tests
7 years ago
Luo Tao 8cd1c7bb52 Merge branch 'develop' into find_patchelf
7 years ago
Tao Luo 938920c894
Merge pull request #12020 from typhoonzero/fix_mac_whl_packaging
7 years ago
fengjiayi 2888d5e610 add unittest
7 years ago
tangwei12 13a1a8a6bb move checkpoint api to trainer.py
7 years ago
Luo Tao e986ad4bcb add check for patchelf in CMakelists.txt
7 years ago
yuyang18 6c83dcd622
Hide get_places. Mark it as deprecated
7 years ago
guosheng d695381677 Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into complete-hsigmoid
7 years ago
fengjiayi 07ab9ce4e7 update the comments
7 years ago
fengjiayi 26ae6111d1
Merge pull request #12051 from JiayiFeng/dev_reader_ResetAll
7 years ago
tangwei12 550b2e25ae move checkpoint api to trainer.py
7 years ago
qingqing01 10fbb831ed
Skip BatchNorm when feature only has 1 element. (#11578)
7 years ago
chenweihang 8f2486ca16 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
qingqing01 ef4895df3b
Make IfElse operator works and fix unit testing. (#11972)
7 years ago
tangwei12 95545f7676 checkpoint api optimized
7 years ago
Qiyang Min 1bd9fe87e2
Merge pull request #11834 from velconia/update_version_via_git_branch
7 years ago
fengjiayi d55919c656 Impl ResetAll and fix errors
7 years ago
fengjiayi 3c9b59b8e8 update
7 years ago
typhoonzero bebb987012 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_mac_whl_packaging
7 years ago
fengjiayi f5894d22c5 Fix a backward bug
7 years ago
chenweihang 4453473f71 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
fengjiayi 0e9f1e2790 Make ReaderBase thread safe and remove ThreadedReader
7 years ago
chenweihang 5f89272c89 change the bit insert to array insert for understandability
7 years ago
typhoonzero 55e6e2c4a8 follow commonts
7 years ago
typhoonzero 28b7f87ccf fix mac build and whl pkg
7 years ago