Commit Graph

62 Commits (03b42d9fa7d5d2814c9a2b6d46aed0f750476b67)

Author SHA1 Message Date
chentianyu03 64e4e17f0c
remove complexvariable (#29390)
5 years ago
Leo Chen b58cfff89d
use has_grad instead of train_mode (#29309)
5 years ago
huangxu96 dbdeecd665
Modify doc mistakes of grad API. (#29176)
5 years ago
Leo Chen 770395cb93
Split train_mode and has_grad for tracer (#29064)
5 years ago
Leo Chen 3815d7aa40
Upgrade string literals to raw string (#28989)
5 years ago
Aurelius84 d6aee7597c
[Dy2Stat]Set buff.persistable=False when it's not initialized (#28749)
5 years ago
Yang Zhang 614f20f6ba
Update `add` `clip` `MSELoss` and `no_grad` (#28530)
5 years ago
chentianyu03 d05058d268
Remove and reorganize the alias of APIs (#27717)
5 years ago
Zhou Wei 6871e57b30
fix in_dynamic_mode of paddle,test=document_fix (#27671)
5 years ago
Chen Weihang ecfdfc9c58
fix guard place set error (#27573)
5 years ago
Leo Chen 189e10f1dd
Remove unnecessary requirements (#27341)
5 years ago
Leo Chen 19228bd142
Temporally disable zero_copy (#27248)
5 years ago
Yang Zhang 6129b0e246
Revert `no_grad` changes and add new implementation (#26826)
5 years ago
Zhen Wang f32ae272ec
Remove `sorted_sum_gradient_` form BasicEngine and PartialGradTask. (#26766)
5 years ago
Zhen Wang f9066e6a6f
Update the demo code and the doc of varbase.backward. (#26506)
5 years ago
wanghuancoder 90e6819cf2
fix engilsh document for api paddle.fluid.dygraph.enabled, test=develop, test=document_fix (#26271)
5 years ago
Zhen Wang c037d6253a
Update the demo of paddle.grad (#26498)
5 years ago
Yang Zhang f6d20d565c
Update `no_grad` doc examples (#26481)
5 years ago
wangchaochaohu bb11cbc250
[API2.0] add Device api (set_device and get_device)(#26103)
5 years ago
Yang Zhang 617eb67f29
Upgrade `no_grad` decorator (#25472)
5 years ago
pangyoki 2efcb481c8
Paddle-2.0 API directory migration (#25898)
5 years ago
Zhou Wei 8de89e67e9
support tuple/list init for VarBase (#25231)
5 years ago
Aurelius84 02adf68dcc
[Dy2stat]Support buffers and register_buffer in Layer (#24888)
5 years ago
Leo Chen 9c9e635c00
support tensor to varbase, test=develop (#24660)
5 years ago
Cindy Cai 86ca31ab58
English API Docs Optimization Part 1 (#24536)
5 years ago
hong 5f65d9d58c
Fix dygraph exit issue (#24347)
5 years ago
Aurelius84 1ed8baf9c8
[dy2static] Support for static graph training with @declarative decorator (#24259)
5 years ago
Leo Chen 381492fca3
add try finally, test=develop (#24243)
5 years ago
Yibing Liu 720d18990c
Init complex number neural network (#24018)
5 years ago
songyouwei 8f63a3ecff
fix no_grad argspec (#23790)
5 years ago
Zhou Wei 1f83069117
API(to_variable/save_dygraph) error message enhancement(#23683)
5 years ago
songyouwei a1a95f8108
fix no_grad signature (#23600)
5 years ago
songyouwei c435110a3f
support no_grad inplace operating (#22522)
5 years ago
Zeng Jinle 8bfd62ffb7
Expose dygraph.grad api (#23124)
5 years ago
songyouwei 2787041246
bug fix (#23193)
5 years ago
Zeng Jinle a31d7328b7
Add dygraph double grad implementation (#22939)
5 years ago
songyouwei df87e79f54
Add functional dygraph mode api (#22745)
5 years ago
zhongpu cf475f95df Remove FC in dygraph, modify FC to Linear in sample code (#22082)
6 years ago
Leo Chen ba51043f7e
remove parameter block in to_variable, test=develop (#21933)
6 years ago
zhongpu dca075839b remove params in Tracer object (in dygraph) (#20815)
6 years ago
Leo Chen 4f81d1bd5f
Refine VarBase init function (#21587)
6 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
6 years ago
Youwei Song d5ff79e55e Support numpy bridge (enabled by default in dygraph mode) (#20983)
6 years ago
Zeng Jinle 5fdfbe3413
Add friendly dygraph trace API (#21091)
6 years ago
Leo Chen 008ed65fd5 Add c++ global current tracer for dygraph (#20882)
6 years ago
Leo Chen 9974e40787 Update Tensor.set() to support float16 (#19964)
6 years ago
Zeng Jinle 8ff6b289bd
[Dygraph to static graph]JIT/Trace (#20775)
6 years ago
Youwei Song 9a09ff14a5 fix en docs of Layer and guard (#20512)
6 years ago
zhongpu 0b321c8a2f fix APIs, to_variable、NCE、PRelu、softmax、rankloss for dygraph, test=document_fix, test=develop (#20142)
6 years ago
Jiabin Yang 39ff0f9cd9
Optimze/optimize dygraph api (#19999)
6 years ago