Commit Graph

133 Commits (7a751b83ac733df2203712ccc536b4e07bf35092)

Author SHA1 Message Date
Yu Yang 186b2b138d
Revert "Merge pull request #13201 from reyoung/revert_callstack" (#13697)
7 years ago
Xin Pan ddd60581b7 clean up channel
7 years ago
Wu Yi 16e73e0d28
hide operator API (#12543)
7 years ago
Yu Yang 21bb9e91fc
Merge pull request #13201 from reyoung/revert_callstack
7 years ago
Yu Yang 46498bf1a0
Merge pull request #13508 from reyoung/hide_parameter
7 years ago
Yu Yang 28cc1e1853 Ignore Attr in doc
7 years ago
Yu Yang 7119d6c3cf Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_callstack
7 years ago
sneaxiy 3ad3635de0 fix conflict
7 years ago
sneaxiy 3ee0a6489d remove kwargs in python api
7 years ago
Wu Yi 29c63d180f
[Feature] dist op role and lr op role, to support memory optimize with dist training (#13220)
7 years ago
Yu Yang 09cf93b91e Hide Parameter
7 years ago
Xin Pan 10f7d004c4 To support full model saving.
7 years ago
Xin Pan 759dae0493
Merge pull request #13461 from panyx0718/ir3
7 years ago
Wu Yi efafc72f62
Hide program APIs (#12315)
7 years ago
Xin Pan 5ce77889f4 clean unused inference_optimize c++ implementation
7 years ago
Xin Pan 926e1077ca version
7 years ago
Yu Yang cda7842e26 Revert "Revert "Add Python Callstacks when Op::Run error (#12759)""
7 years ago
Xin Pan 51ef0ad766 allow to use name_scope for debugging and visiualization
7 years ago
qingqing01 1f09bc320c
Support data type int8_t . (#12841)
7 years ago
guochaorong 1f270275a6 Revert "Add Python Callstacks when Op::Run error (#12759)"
7 years ago
Wu Yi b8da70c370
Resovle multi gpu async deps (#12828)
7 years ago
Yu Yang b2df17003f
Add Python Callstacks when Op::Run error (#12759)
7 years ago
tangwei12 5fa1f05c9d code clean and rename
7 years ago
tangwei12 bb9f494740 merge develop
7 years ago
minqiyang 99d3f08920 Add print_function for all python files
7 years ago
tangwei12 ed937bc6f8 merge
7 years ago
minqiyang 4d4491ef6a Fix new added code
7 years ago
minqiyang 77f12e000f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
gongweibao 842fb021b3
Fix clone() bug. (#12583)
7 years ago
Qiao Longfei 5d579e1a96
add export_for_deployment flag to save_inference_model (#12582)
7 years ago
minqiyang e0d5f8a820 Move compat module to python/paddle
7 years ago
minqiyang ae39709e59 Polish code
7 years ago
tangwei12 f1a10ccea9 enable lookup table to inference
7 years ago
tangwei12 5c537941c2 merge develop
7 years ago
minqiyang e4057d071b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_pybind11
7 years ago
minqiyang 5d4238cdcc Fix six.iteritems problem
7 years ago
minqiyang d4b10eef5f Polish code
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 938a9e4faa Polish code
7 years ago
minqiyang c3fdf3aee4 Fix divide problem in CI
7 years ago
minqiyang db7d8136a3 Fix CI issue
7 years ago
minqiyang 6abe819f07 Fix pybind11 problem
7 years ago
qiaolongfei aa546389e8 move _is_inited_by into framework.py
7 years ago
minqiyang 1f618c4ff9 Fix the overfix of 2to3 in xrange
7 years ago
minqiyang 7f794ea563 Replace the overfix of 2to3 with six.string_types
7 years ago
minqiyang 0c7d6eb8b2 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into port_python3_syntax
7 years ago
minqiyang 35e6abd7bb Change iter_parameters back and port unittests code to Python3
7 years ago
minqiyang 4bf3c8c5a1 Use six.moves to migrate zip, map, reduce and pickle in Python2 to Python3
7 years ago
minqiyang 559d36328c Apply 2to3 to current paddle main python code
7 years ago