Commit Graph

353 Commits (8493f20ebc4e96313301066b9ed328829e882c6d)

Author SHA1 Message Date
lilong12 41d13209d7
add the framework support for distfc (#21197)
5 years ago
Huihuang Zheng 4cf96cd307
Add grad_name Property for Class Variable (#20991)
5 years ago
wangchaochaohu 0687bcd64f
Refine getitem of Variable (#20729)
5 years ago
Tao Luo ea20f8be23
refine error message of input TypeError in framework.py (#19970)
5 years ago
Youwei Song 67fcb0c923 fix api fluid.cuda_pinned_places (#20424)
5 years ago
guofei 9b85f40140 Modify English documents (#20452)
5 years ago
liuwei1031 9d6ee5eb1f
fix doc of default_main_program, multiprocess_reader (#20536)
5 years ago
lanxianghit 22ecaef03b
Add API 'fluid.requird_version(min_version, max_version=None)' to check if the installed PaddlePaddle version is satisfied, test=develop (#20263)
5 years ago
Tao Luo b37b7f86e6
refine name_scope document (#20373)
5 years ago
hong fa43e80e19 New save load interface (#20148)
5 years ago
Jiabin Yang b23f00a0d7
Refine en doc (#20317)
5 years ago
Youwei Song 20f68916ed refine CUDA CPU places en doc (#20243)
5 years ago
Youwei Song d39b22e555 polish in_dygraph_mode (#20200)
5 years ago
wopeizl e9205c38e8
add more checks to create_parameter test=develop (#20059)
5 years ago
mapingshuo 5e99f31b7e add a new interface _prune_with_input (#20022)
5 years ago
qingqing01 1a3eef026c
Enable users to create custom cpp op outside framework. (#19256)
5 years ago
Youwei Song 54e07994ee Dygraph Layer kwargs & param getter setter (#19901)
5 years ago
Jiabin Yang 39ff0f9cd9
Optimze/optimize dygraph api (#19999)
5 years ago
Huihuang Zheng 88af4ab650
Add new data layer (#19916)
5 years ago
ShenLiang 5920d69df5 Avoid treating broadcast as initialization operation (#19857)
5 years ago
Wojciech Uss 4286a6270d Add support for new QAT models (#18970)
5 years ago
Jiabin Yang 454254115e
Feature/auto prune in dygraph (#19757)
5 years ago
liym27 88628016b2 add tensor(tensor and tensor in list) support for argument starts and ends in slice op; (#19208)
5 years ago
chengduo 2729c17446
Fix example error of Variable and Operator (#19821)
5 years ago
Chen Weihang 00d5375e0c
Add prune_backward function to cover complicated test_program.clone situation (#19772)
5 years ago
Chen Weihang c78a4781bf
Fix train error when test_program.clone is executed after optimizer.minimize (#19397)
6 years ago
Jiabin Yang e9233d1c1e Refactor dygraph (#19107)
6 years ago
mapingshuo dca9b6c5b0 add feed_var_names to Prune interface (#19589)
6 years ago
zhongpu 4d26274d25 add detach API for Variable in dygraph mode, test=develop (#19477)
6 years ago
Zhen Wang 0fe72469ea
Add the max-pool2d quantization support and the partial quantization support. (#19310)
6 years ago
Zeng Jinle 561232c25a
remove is_mem_optimized in Program, test=develop (#19307)
6 years ago
zhang wenhui 539c870753
add fl_listen_and_serv &fl_transpiler,test=develop (#19091)
6 years ago
gongweibao 29d8781240
Polish fleet API to support cuda collective mode and nccl2 mode. (#18966)
6 years ago
Jiabin Yang af63b1184c test=develop, fix memory leak in dygraph (#18998)
6 years ago
chengduo 582cc29799
add warning info for CPU_NUM (#18840)
6 years ago
Yi Liu 157211c4e1
supports distributed classification (#18690)
6 years ago
gongweibao c0a82748cf
Polish backwards optimizer dependency codes and use more default values. (#18255)
6 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it
6 years ago
Jiabin Yang 43f64a177e
Fix/program doc (#17908)
6 years ago
chengduo 871cc15e6a
Add is_compiled_with_cuda (#18356)
6 years ago
HaoRen b7128bac5f supports collective communicated training (#18175)
6 years ago
liuwei1031 5d54ed4a84
improve the doc of DataFeeder and default_main_program (#18241)
6 years ago
Hongyu Liu cefd0fb598
Fix slice op shape=-1 bug (#18107)
6 years ago
qingqing01 80d2e66f9e
Update backward appending stragety to support double backward and fix some bug. (#18104)
6 years ago
chengduo 24e988a471
Fix bug of scope_buffered_ssa_graph_executor (#18100)
6 years ago
Hongyu Liu d9270af931
Fix getitems slice bug (#18053)
6 years ago
chengduo b5a1c1463d
Update CPU_NUM config (#18059)
6 years ago
tensor-tang 5c06bff222
combine noavx and avx package (#17889)
6 years ago
hutuxian 969e6378b9
Pipeline Concurrency (#17402)
6 years ago
Hongyu Liu b888a4c57c
fix regularizer lod bug (#17848)
6 years ago