Commit Graph

464 Commits (83a693ee557f796b0801e6e9e59bfca2dca87308)

Author SHA1 Message Date
huangxu96 4001979309
Add ReserveSpace in dygraph batch_norm. (#29221)
6 years ago
Zhou Wei e74e1a226c
support deepcopy for Layer/Tensor/Paramerbase (#29387)
6 years ago
ShenLiang 2ef9e0e23c
Rebuild group automatically in dynamic graph distributed (#29255)
6 years ago
ShenLiang 311b3b44fc
Fix the bug where embedding can‘t be processed correctly in reducer (#29485)
6 years ago
chentianyu03 64e4e17f0c
remove complexvariable (#29390)
6 years ago
ShenLiang 4064354a01
support dp run single card (#29358)
6 years ago
Huihuang Zheng 8f7627907c
[Dy2stat] Reduce Exception Type for Better Error Message (#29268)
6 years ago
liym27 61a8f2874f
[Dy2Stat] Fix bug: Do not use gast.Subscript to replace gast.Name in when transforming for_enumerate_loop (#29310)
6 years ago
Chen Weihang 9ad800ebb2
Support type promote for basic math ops (quantum required) (#29265)
6 years ago
Leo Chen b58cfff89d
use has_grad instead of train_mode (#29309)
6 years ago
liym27 b9a8ebd50f
[Dy2stat] Add a decorator paddle.jit.not_to_static to support that not to convert a function in Dynamic-to-Static. (#29253)
6 years ago
Huihuang Zheng aec05d811c
[Dy2stat] Fix PaddleGan Deoldify Model Dy2stat Problems (#29226)
6 years ago
ShenLiang 46b73e6cd9
Change the api of DataParallel and Fleet (#29224)
6 years ago
huangxu96 dbdeecd665
Modify doc mistakes of grad API. (#29176)
6 years ago
Leo Chen 4556ad76b4
Upgrade string literals to raw string [part 2](#29217)
6 years ago
Zhou Wei c0a991c874
accumulate gradient for leaf tensor with previous graph and expose leaf tensor concept (#28429)
6 years ago
yaoxuefeng a069e1ca91
fix docs (#29097)
6 years ago
liym27 865a45984f
Check whether there is any inplace operation affecting gradient calculation. (#27901)
6 years ago
WeiXin 1476e1f998
save model after jit.load (#28748)
6 years ago
liym27 01bdea7c31
[Dy2Stat] Don't conver the function from third library logging (#29161)
6 years ago
liym27 a7433cc379
[Dy2Stat] Fix bug: the return statement should be transformed to an equivalent Paddle/Python if statement, which depends on if conditions of the return stmt. (#29165)
6 years ago
ShenLiang e2d01eb650
Support dynamic graph distributed (#28997)
6 years ago
liym27 5fe44571f0
[Dynamic-to-Static] Support **kwargs as input of the function which is decorated by `jit.save.to_static` (#29098)
6 years ago
Chen Weihang 95a0f87b44
support jit.save datra parallel (#29135)
6 years ago
Leo Chen 770395cb93
Split train_mode and has_grad for tracer (#29064)
6 years ago
gongweibao 1358397e97
Clean up the redundant files and unify the launch interface. (#28928)
6 years ago
WeiXin fafadbab70
Rename variables when use 'jit.load' (#28933)
6 years ago
liym27 682cc17f53
[Dynamic-to-Static] Fix bug: support pop from a dict and polish code of convert_pop (#29023)
6 years ago
Chen Weihang bb16c2515d
Polish parallel api impl & doc details (#28980)
6 years ago
Chen Long 018e169923
fix some docs (#29011)
6 years ago
Huihuang Zheng 5b339262bc
[Dy2stat] Add Tuple as Assign Target for Tensor Shape (#28775)
6 years ago
Leo Chen 3815d7aa40
Upgrade string literals to raw string (#28989)
6 years ago
liym27 85292e0b46
[Dynamic-to-Static] Fix bug of convert_logical_and/convert_logical_or: the operands are executed sequentially(#28993)
6 years ago
Huihuang Zheng 96126532cd
Fix Incorrect After Node Vars in IfElseTransformer, test=develop (#28992)
6 years ago
wanghuancoder 887a35113e
fix eng doc for some api (#28477)
6 years ago
Chen Weihang 768dab441e
polish two api doc detail, test=document_fix (#28971)
6 years ago
Aurelius84 d6aee7597c
[Dy2Stat]Set buff.persistable=False when it's not initialized (#28749)
6 years ago
liym27 269470d62e
[Dynamic-to-Static] Remove unnecessary variables of the arguments in true_func/false_func (#28722)
6 years ago
liym27 e5f0e6b003
[Dynamic-to-Static] Fix bug in loop_transformer: loop vars should contain the var from ancestor-for-node (#28735)
6 years ago
liym27 9881738e13
[Dynamic-to-Static ErrorMessage] Support dy2stat error message when call jit.save and polish error message (#28713)
6 years ago
Chen Weihang 3c5f2cac68
fix save parse error for dict input (#28712)
6 years ago
Huihuang Zheng 9ab335bbd9
Fix convert_call May be Called Multiple Times, test=develop (#28710)
6 years ago
Leo Chen 11e32baf1e
Add matmtl_v2 to amp list (#28693)
6 years ago
Huihuang Zheng b6f86b8491
Fix Using "isinstance" in Loop, test=develop (#28641)
6 years ago
Yang Zhang 614f20f6ba
Update `add` `clip` `MSELoss` and `no_grad` (#28530)
6 years ago
liym27 0ce933a9ee
[API2.0] Fix documents of 6 APIs to fit API2.0: (#28514)
6 years ago
Huihuang Zheng 3b0d31ab89
Modify ProgramTranslator and TracedLayer Doc for API 2.0 (#28509)
6 years ago
Huihuang Zheng 546b1c1dc4
Fix paddle.jit.dy2static.data_layer_not_check 2.0 API Doc (#28461)
6 years ago
WeiXin b5e662f837
refine jit.save/load to add support for other method, not only forward (#28376)
6 years ago
Aurelius84 bd8dfe38ca
[Dy2Stat] Refine code example for 2.0 (#28440)
6 years ago