Commit Graph

50 Commits (328f11b8b67e2329741f4819c82f718e440ce662)

Author SHA1 Message Date
gongweibao eb83abeac3
Add DGC(Deep Gradient Compression) interface. (#15841)
6 years ago
Qiyang Min 1f4aa7a202 Imperative remove all descs (#16045)
6 years ago
minqiyang 84bf4d7b06 Move ClearBlock into OpBase and VarBase's destructor
6 years ago
minqiyang a15a3fc314 Polish code
6 years ago
minqiyang f53e1d5c4b implement ClearBlock
6 years ago
WangZhen e2ff300b02 add UT for quantization.
6 years ago
WangZhen 451896fce4 init quantization.
6 years ago
sneaxiy e240ba2918 implement backward
6 years ago
minqiyang a02ce58f2c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_vlog
6 years ago
peizhilin 511cc9024a fix for build issue
6 years ago
minqiyang be04d99fe4 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_vlog
6 years ago
minqiyang 53433d7f2e Revert the changes of VLOG
6 years ago
minqiyang d2045260a5 Change visibilities of variant_visitor of pybind11
6 years ago
minqiyang 0c3227a523 Change the origin VLOG level to 10 times
6 years ago
seiriosPlus 06de824ba8 fix shape in floats
6 years ago
tangwei12 755927d2b0 shape type to int64_t, test=develop
6 years ago
tangwei12 8b7f45a889 add longs in framework
6 years ago
Xin Pan ddd60581b7 clean up channel
6 years ago
Wu Yi 16e73e0d28
hide operator API (#12543)
6 years ago
Xin Pan 926e1077ca version
7 years ago
qingqing01 1f09bc320c
Support data type int8_t . (#12841)
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
minqiyang e0d5f8a820 Move compat module to python/paddle
7 years ago
minqiyang 6abe819f07 Fix pybind11 problem
7 years ago
Wu Yi db67d60e31
Remove block api (#12107)
7 years ago
Yancey1989 8cb494f79c add blocks attr type in proto
7 years ago
Yancey1989 56a903d3ac use optimize block list instead of first optimize block
7 years ago
dzhwinter 5828101c23
make uint8 support in data_type transform and memory optimize (#10715)
7 years ago
Liu Yiqun 7ffbcbcaf0 Add flush of program desc to update the proto information.
7 years ago
Yiqun Liu 598035f985 Fix a bug in save_inference_model and prune when the program is initailized by load_inference_model (#10011)
7 years ago
Yang Yang(Tony) a64edbf14e
delete backward.cc related code on the python side (#9854)
7 years ago
Yi Wang 1543c4cf6a
Fix cpplint errors of paddle/fluid/pybind and add some tests (#9694)
7 years ago
Luo Tao 09b53c086d add remove_var from c++ end
7 years ago
QI JUN f7e9fe57d3
[Memory]More memory optimization policy (#8690)
7 years ago
typhoonzero 9b5be6ef43 fix short connection again
7 years ago
Yu Yang 7a9098a60e Add block.fwd_block_id (#8489)
7 years ago
kavyasrinet 77ee8fb240
Exposing Channel to be used as a Variable and integrating with Fluid (#8486)
7 years ago
武毅 c490f1b38b
Merge pull request #8049 from typhoonzero/no_counter_on_pserver
7 years ago
Yang Yang ec01f635f5 merge develop
7 years ago
Abhinav Arora c7ad26d6a4 [WIP] Move DataType enum inside VarType (#8447)
7 years ago
typhoonzero 1494673dcb Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into no_counter_on_pserver
7 years ago
Yang Yang 7129fa3c90 merge develop
7 years ago
Abhinav Arora fcadb45251 Separate VarType from VarDesc in framework.proto and fix all related compiler errors (#8414)
7 years ago
Yang Yang da97d9dfd6 merge develop
7 years ago
qingqing01 24509f4af9 Fix the grammar in copyright. (#8403)
7 years ago
typhoonzero b0096361c7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into no_counter_on_pserver
7 years ago
Yang Yang cd9e660d4b merge develop
7 years ago
Yi Wang fc374821dd Correct #include path
7 years ago
Yi Wang 90648f336d Move file to fluid/; Edit CMakeLists.txt
7 years ago