Commit Graph

373 Commits (c5cbe7f07bb15b7a7f75baa6e64188b9e90a677e)

Author SHA1 Message Date
Zeng Jinle d33c4343e1
Imperative tracer refactoring (#22457)
5 years ago
Zhang Ting 4e8bc02461
add fluid.device_guard to specify the device type for Op (#22254)
5 years ago
songyouwei df87e79f54
Add functional dygraph mode api (#22745)
5 years ago
Leo Chen b7782ea7c3
sync program when need, test=develop (#22803)
5 years ago
Leo Chen b2c1be851a
support cond in clone, test=develop (#22657)
5 years ago
tianshuo78520a fa449c886f
fix typo word (#22761)
5 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
5 years ago
Leo Chen d4bdbf8cf0
Polish nn code, test=develop (#22237)
5 years ago
Chen Weihang efcdeb512f
Add all_parameters api for Program (#22180)
5 years ago
zhongpu cf475f95df Remove FC in dygraph, modify FC to Linear in sample code (#22082)
5 years ago
zhongpu 3b84584eb4 fix Variable's gradient api in framework.py, test=develop (#21577)
5 years ago
liym27 7d8d45991a
control flow: support optimizer called (#21851)
5 years ago
zhongpu dca075839b remove params in Tracer object (in dygraph) (#20815)
5 years ago
tangwei12 934d99867a
add selected rows supported in framework (#21808)
5 years ago
Leo Chen 25e765a4fe
Copy stop_gradient property of variable in clone (#21825)
5 years ago
zhouwei25 e92d113590 fix bug that tuple(Variable) is converted to list(Variable) uncorrectly (#21687)
5 years ago
Leo Chen 4f81d1bd5f
Refine VarBase init function (#21587)
5 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
5 years ago
zhongpu 6ebf0f47b8 support SelectedRows in dygraph, test=develop (#21078)
5 years ago
Youwei Song d5ff79e55e Support numpy bridge (enabled by default in dygraph mode) (#20983)
5 years ago
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)
6 years ago
chengduo 2729c17446
Fix example error of Variable and Operator (#19821)
6 years ago
Chen Weihang 00d5375e0c
Add prune_backward function to cover complicated test_program.clone situation (#19772)
6 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