Commit Graph

458 Commits (test_benchmark_ci)

Author SHA1 Message Date
liym27 402288ad65
In __getitem__, convert integers to int64 Tensor not int32 to be compatible with Lite(#31658)
5 years ago
WangXi 83a2fb1f08
Add collective async wait op (#31463)
5 years ago
liym27 5b367dab44
[static setitem] Support the index is Tensor; step>1; step<0 .(#30949)
5 years ago
Huihuang Zheng cbbe127483
Refine fake_interface Error Message (#30981)
5 years ago
liym27 12c15bebe4
[Static setitem] Support index is ellipsis for setitem in static mode (#30836)
5 years ago
liuyuhui 4a8b8b4547
[Kunlun] add gen_bkcl_id_op, support multi XPU cards training using multiprocess (#30858)
5 years ago
Aurelius84 e49d0746dd
[CustomOp] Support install as Package and Add load interface (#30798)
5 years ago
Zhang Ting 66c514ce83
[2.0 API] device guard (#30307)
5 years ago
Leo Chen 3d015f1cf5
Set expected place in child thread for dataloader to avoid costing cuda memory on other card (#30338)
5 years ago
liym27 b4989fb744
Support vector<double> as type of op attribute and op set_value suppport vector<double> as value (#30126)
5 years ago
Huihuang Zheng c372a76303
Add Static Variable Clone (#30208)
5 years ago
wangchaochaohu 7dd551e08b
refine the paddle place support using str (#28769)
5 years ago
Leo Chen a253a78a85
fix error message (#30020)
5 years ago
liuyuhui 4427df37cf
[Kunlun] PR2: Support MultiDevicePass and BKCL in parallel executor (#29574)
5 years ago
tangwei12 032414ca2a
[Feature] one ps (3/4) (#29604)
5 years ago
liym27 97e75ad0f5
[setitem] Support Tensor setitem in static mode (#29708)
5 years ago
liuyuhui f13c3a9cd7
[Kunlun] PR1:Support one Kunlun card training in parallel executor (#29337)
5 years ago
Zhou Wei e74e1a226c
support deepcopy for Layer/Tensor/Paramerbase (#29387)
5 years ago
chentianyu03 64e4e17f0c
remove complexvariable (#29390)
5 years ago
Leo Chen 73e51a17e7
add stop_gradient property and remove reduce redundant information (#29185)
5 years ago
chentianyu03 8f45d14263
add complex64 and complex128 type; add +-*/@ and slice opreator for c… (#29199)
5 years ago
Chen Weihang d0129fcd88
Add static_only decorator for static apis (#29015)
5 years ago
Leo Chen 3815d7aa40
Upgrade string literals to raw string (#28989)
5 years ago
Chen Weihang 7c7cdf082f
remove fluid & variable in program (#28966)
5 years ago
Zhang Ting 3416c35996
refine doc of default_startup_program, test=document_fix (#28951)
5 years ago
Zhang Ting 842fd2933c
remove fluid in default_main_program doc, test=document_fix (#28941)
5 years ago
Chen Weihang 0ed80e09fc
Fix param base trainable set failed (#28756)
5 years ago
chentianyu03 6cebd71454
add + - * / @ [] operator to ComplexVariable (#28217)
5 years ago
Zhou Wei fb7f85291b
fix print tensor place,add cpu/cuda/pin_memory API for Tensor (#28200)
6 years ago
mapingshuo 81244fbfab
add sharding strategy in fleet(#27900)
6 years ago
chentianyu03 57a9c27248
change paddle.fluid.data to paddle.static.data in sample code (#27992)
6 years ago
Steffy-zxf 832458d516
update code examples for paddle.sums
6 years ago
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
6 years ago
pangyoki 6150cc86e3
fix Error of gpu version paddle when CUDA device is not set properly (#27819)
6 years ago
Yiqun Liu b301adc98b
Update all the examples which use paddle.static.nn.fc. (#27904)
6 years ago
Leo Chen 049696bf67
Refine the format of printing tensor (#27673)
6 years ago
Qi Li 994438b109
change clip grad api, test=develop (#27767)
6 years ago
Chen Weihang bcc34724c2
polish api code & example (#27696)
6 years ago
Chen Weihang 199da9689c
Polish api Program/CompiledProgram/ParallelEnv doc & code example (#27656)
6 years ago
Zhou Wei 6871e57b30
fix in_dynamic_mode of paddle,test=document_fix (#27671)
6 years ago
Zhang Ting a4c25b2f34
use paddle.is_compile_with_cuda (#27586)
6 years ago
Zhang Ting eb37ee2a26
modify docs of program API, test=document_fix (#27600)
6 years ago
Tao Luo bf99bc4a62
update name_scope example code (#27594)
6 years ago
Aurelius84 7c5162400f
[API 2.0]Migrate api example for gradients/append_backward/program_guard (#27570)
6 years ago
joanna.wozna.intel b0ee1405f7
Add conv2d bfloat16 support (#27325)
6 years ago
Leo Chen 0b4bb023a7
Add static mode check on data() (#27495)
6 years ago
liym27 3497fbe473
Use paddle.disable_static() to replace with dygraph.guard(). (#27139)
6 years ago
Chen Weihang 9cb57f94c6
Update set_dict method name & add aliases (#26700)
6 years ago
Zhen Wang f9066e6a6f
Update the demo code and the doc of varbase.backward. (#26506)
6 years ago
Zhou Wei 407de03905
[2.0API] Reconstruct all API related to LR Scheduler, unify dygraph and static (#26550)
6 years ago