Commit Graph

431 Commits (bd8dfe38caef4d4769fe2a57263fbe90a6891592)

Author SHA1 Message Date
chentianyu03 6cebd71454
add + - * / @ [] operator to ComplexVariable (#28217)
4 years ago
Zhou Wei fb7f85291b
fix print tensor place,add cpu/cuda/pin_memory API for Tensor (#28200)
4 years ago
mapingshuo 81244fbfab
add sharding strategy in fleet(#27900)
4 years ago
chentianyu03 57a9c27248
change paddle.fluid.data to paddle.static.data in sample code (#27992)
4 years ago
Steffy-zxf 832458d516
update code examples for paddle.sums
4 years ago
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
4 years ago
pangyoki 6150cc86e3
fix Error of gpu version paddle when CUDA device is not set properly (#27819)
4 years ago
Yiqun Liu b301adc98b
Update all the examples which use paddle.static.nn.fc. (#27904)
4 years ago
Leo Chen 049696bf67
Refine the format of printing tensor (#27673)
4 years ago
Qi Li 994438b109
change clip grad api, test=develop (#27767)
4 years ago
Chen Weihang bcc34724c2
polish api code & example (#27696)
4 years ago
Chen Weihang 199da9689c
Polish api Program/CompiledProgram/ParallelEnv doc & code example (#27656)
4 years ago
Zhou Wei 6871e57b30
fix in_dynamic_mode of paddle,test=document_fix (#27671)
4 years ago
Zhang Ting a4c25b2f34
use paddle.is_compile_with_cuda (#27586)
4 years ago
Zhang Ting eb37ee2a26
modify docs of program API, test=document_fix (#27600)
4 years ago
Tao Luo bf99bc4a62
update name_scope example code (#27594)
4 years ago
Aurelius84 7c5162400f
[API 2.0]Migrate api example for gradients/append_backward/program_guard (#27570)
4 years ago
joanna.wozna.intel b0ee1405f7
Add conv2d bfloat16 support (#27325)
4 years ago
Leo Chen 0b4bb023a7
Add static mode check on data() (#27495)
4 years ago
liym27 3497fbe473
Use paddle.disable_static() to replace with dygraph.guard(). (#27139)
4 years ago
Chen Weihang 9cb57f94c6
Update set_dict method name & add aliases (#26700)
5 years ago
Zhen Wang f9066e6a6f
Update the demo code and the doc of varbase.backward. (#26506)
5 years ago
Zhou Wei 407de03905
[2.0API] Reconstruct all API related to LR Scheduler, unify dygraph and static (#26550)
5 years ago
QingshuChen 138ecf24aa
support Baidu Kunlun AI Accelerator (#25959)
5 years ago
wangchaochaohu bb11cbc250
[API2.0] add Device api (set_device and get_device)(#26103)
5 years ago
Zhou Wei 6de463d3d1
expose and unify the Tensor concepts to the user (#25978)
5 years ago
pangyoki 2efcb481c8
Paddle-2.0 API directory migration (#25898)
5 years ago
gongweibao 0067a2e4ec
Save checkpoint automatically (#25917)
5 years ago
wangchaochaohu ff717d5158
Add support for tuple of concat Op test=develop (#25800)
5 years ago
Chen Weihang d47304e6d9
Refine paddle error stack format (#25790)
5 years ago
tangwei12 caa90a6510
Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957)
5 years ago
Dong Daxiang 920d998f1e
add more settings for distributed strategy (#25685)
5 years ago
qingqing01 b5f8784cab
Refine Model of high level API (#25559)
5 years ago
Leo Chen 1e897f66ee
Refine __str__ of VarBase and ParamBase, test=develop (#25345)
5 years ago
hong 84f9b9ef49
Connect stop gradient with trainbale (#25248)
5 years ago
Liufang Sang b174b99764
support user defined quantization func and preprocess (#24720)
5 years ago
lilong12 29de0d97a5
add the support to specify device index for device_guard (#24555)
5 years ago
lilong12 6e10022781
add queue_generator_op, dequeue_op, enqueue_op and ut (#24481)
5 years ago
liym27 615a8bfcf4
Support int32 int64 and fix bug (#24407)
5 years ago
Cindy Cai 86ca31ab58
English API Docs Optimization Part 1 (#24536)
5 years ago
Aurelius84 1ed8baf9c8
[dy2static] Support for static graph training with @declarative decorator (#24259)
5 years ago
Chen Weihang 5ea3818ab1
fix slice bug in while loop, test=develop (#24326)
5 years ago
Chen Weihang c78da18db4
polish print format, test=develop (#24312)
5 years ago
Leo Chen 381492fca3
add try finally, test=develop (#24243)
5 years ago
Yibing Liu f0046889ff
Add complex layer for transpose & matmul, test=develop (#24195)
5 years ago
Chen Weihang 9b851ba216
[dy2static] Add print transformer and unify print format (#24068)
5 years ago
Chen Weihang 25a233e46d
Simplify Program printing code to improve debugging efficiency (#23918)
5 years ago
Leo Chen 1fc219ebae
Dev/add fake_interface_only decorator for some function of Variable (#24083)
5 years ago
Leo Chen 2ca0e11861
support fetch the feed var when use_prune=True, test=develop (#24110)
5 years ago
qingqing01 b059fb955d
Add trainable_statistics in attr for batch_norm. (#24072)
5 years ago