Commit Graph

398 Commits (172d4ecb6c8fa8eceb0bf64cbf97e07e684a28e8)

Author SHA1 Message Date
Leo Chen 1e897f66ee
Refine __str__ of VarBase and ParamBase, test=develop (#25345)
6 years ago
hong 84f9b9ef49
Connect stop gradient with trainbale (#25248)
6 years ago
Liufang Sang b174b99764
support user defined quantization func and preprocess (#24720)
6 years ago
lilong12 29de0d97a5
add the support to specify device index for device_guard (#24555)
6 years ago
lilong12 6e10022781
add queue_generator_op, dequeue_op, enqueue_op and ut (#24481)
6 years ago
liym27 615a8bfcf4
Support int32 int64 and fix bug (#24407)
6 years ago
Cindy Cai 86ca31ab58
English API Docs Optimization Part 1 (#24536)
6 years ago
Aurelius84 1ed8baf9c8
[dy2static] Support for static graph training with @declarative decorator (#24259)
6 years ago
Chen Weihang 5ea3818ab1
fix slice bug in while loop, test=develop (#24326)
6 years ago
Chen Weihang c78da18db4
polish print format, test=develop (#24312)
6 years ago
Leo Chen 381492fca3
add try finally, test=develop (#24243)
6 years ago
Yibing Liu f0046889ff
Add complex layer for transpose & matmul, test=develop (#24195)
6 years ago
Chen Weihang 9b851ba216
[dy2static] Add print transformer and unify print format (#24068)
6 years ago
Chen Weihang 25a233e46d
Simplify Program printing code to improve debugging efficiency (#23918)
6 years ago
Leo Chen 1fc219ebae
Dev/add fake_interface_only decorator for some function of Variable (#24083)
6 years ago
Leo Chen 2ca0e11861
support fetch the feed var when use_prune=True, test=develop (#24110)
6 years ago
qingqing01 b059fb955d
Add trainable_statistics in attr for batch_norm. (#24072)
6 years ago
Yibing Liu 720d18990c
Init complex number neural network (#24018)
6 years ago
0YuanZhang0 2a38f12382
ADD Manual seed op into paddle.framework (#23537)
6 years ago
Chen Weihang a7b8d46fa6
Fix Program API doc sample code error (#23635)
6 years ago
Aurelius84 c9b3bdbfcb
API(program_guard) error message enhancement (#23452)
6 years ago
Chen Weihang 45880f604b
API(Program) error message enhancement (#23519)
6 years ago
guofei ca7bd2beb1
Add a function to update FLAGS (#22851)
6 years ago
Leo Chen a62599a888
[feature] prune program by feed and fetch_list automatically (#22474)
6 years ago
Zhou Wei 7fda333ac1
add new method of gradient_clip, better to use,test=develop (#23224)
6 years ago
Zeng Jinle d33c4343e1
Imperative tracer refactoring (#22457)
6 years ago
Zhang Ting 4e8bc02461
add fluid.device_guard to specify the device type for Op (#22254)
6 years ago
songyouwei df87e79f54
Add functional dygraph mode api (#22745)
6 years ago
Leo Chen b7782ea7c3
sync program when need, test=develop (#22803)
6 years ago
Leo Chen b2c1be851a
support cond in clone, test=develop (#22657)
6 years ago
tianshuo78520a fa449c886f
fix typo word (#22761)
6 years ago
tianshuo78520a d2ba91aad1
fix typo words (#22653)
6 years ago
Leo Chen d4bdbf8cf0
Polish nn code, test=develop (#22237)
7 years ago
Chen Weihang efcdeb512f
Add all_parameters api for Program (#22180)
7 years ago
zhongpu cf475f95df Remove FC in dygraph, modify FC to Linear in sample code (#22082)
7 years ago
zhongpu 3b84584eb4 fix Variable's gradient api in framework.py, test=develop (#21577)
7 years ago
liym27 7d8d45991a
control flow: support optimizer called (#21851)
7 years ago
zhongpu dca075839b remove params in Tracer object (in dygraph) (#20815)
7 years ago
tangwei12 934d99867a
add selected rows supported in framework (#21808)
7 years ago
Leo Chen 25e765a4fe
Copy stop_gradient property of variable in clone (#21825)
7 years ago
zhouwei25 e92d113590 fix bug that tuple(Variable) is converted to list(Variable) uncorrectly (#21687)
7 years ago
Leo Chen 4f81d1bd5f
Refine VarBase init function (#21587)
7 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
7 years ago
zhongpu 6ebf0f47b8 support SelectedRows in dygraph, test=develop (#21078)
7 years ago
Youwei Song d5ff79e55e Support numpy bridge (enabled by default in dygraph mode) (#20983)
7 years ago
lilong12 41d13209d7
add the framework support for distfc (#21197)
7 years ago
Huihuang Zheng 4cf96cd307
Add grad_name Property for Class Variable (#20991)
7 years ago
wangchaochaohu 0687bcd64f
Refine getitem of Variable (#20729)
7 years ago
Tao Luo ea20f8be23
refine error message of input TypeError in framework.py (#19970)
7 years ago
Youwei Song 67fcb0c923 fix api fluid.cuda_pinned_places (#20424)
7 years ago