Commit Graph

308 Commits (20c8432ae3e60e47f2e3f228f6bbeb64a8619876)

Author SHA1 Message Date
Shibo Tao c8d0d1419b
add paddle.utils.deprecated. (#25912)
5 years ago
LielinJiang 948bc8b7bb
Add apply for Layer (#25812)
5 years ago
Aurelius84 8ec4af278d
【Dy2stat】Fix is_test switch incorrectly in PartialProgram (#25809)
5 years ago
liym27 452be8950a
[Dy2Stat-ErrorMessage] Add interface:create_origin_info_map and attach_origin_info for AST node (#25627)
5 years ago
Chen Weihang 23d1228c4d
remove ProgramTranslator.save_inference_model (#25740)
5 years ago
Huihuang Zheng b3f58d3086
TracedLayer Error Message Enhancement (#25734)
5 years ago
Zhen Wang cea5086853
Fix the double grad bug for the star gan. (#25655)
5 years ago
Chen Weihang e8caffbb4a
fix jit.save input_spec type change problem (#25683)
5 years ago
qingqing01 b5f8784cab
Refine Model of high level API (#25559)
5 years ago
Huihuang Zheng 60da88540f
[Dy2stat] Modify print for dynamic type (#25612)
5 years ago
Zhou Wei 1ab60544f2
windows CI scripts for xly,test=develop,test=win (#25533)
5 years ago
liym27 0f8dc611c8
[Dy2Static] Convert assert stmt with new function `convert_assert`. (#25551)
5 years ago
Aurelius84 cf3c51a6ad
[Dy2Stat] Remove op call stack in PartialProgram (#25420)
5 years ago
Chen Weihang 41d2247275
[Dy2static] Refactor ProgramTranslator save_inference_model API (#24989)
5 years ago
Zhou Wei 914ff10a8f
fix state dict to save/load learning rate scheduler (#25403)
5 years ago
Zhou Wei 93ad339450
add new API:LambdaDecay,test=develop (#24801)
5 years ago
Leo Chen 1e897f66ee
Refine __str__ of VarBase and ParamBase, test=develop (#25345)
5 years ago
ceci3 52be62c5ae
fix instance norm in dy (#24717)
5 years ago
Zhen Wang 2989c012f2
[DygraphToStatic]Add cast transform for dygraph_to_static. (#25325)
5 years ago
Zhou Wei b555378e18
fix Layer.__dir__ to show the parameters/sublayers/buffers/attr/method of the Layer (#25197)
5 years ago
Zhou Wei 8de89e67e9
support tuple/list init for VarBase (#25231)
5 years ago
Zhen Wang dc17ac9199
fix import fluid error in dygraph_to_static. test=develop (#25195)
5 years ago
Zhou Wei c701588b14
add base class of LearningRateEpochDecay, and API: MultiStepDecay, and API: StepDecay (#24821)
5 years ago
Huihuang Zheng 5e8e6dad72
[Dy2stat] Support Various-Length Return Grammar in Dy2stat (#25249)
5 years ago
hong dbc3fd5eb4
fix LinearLrWarmup bug; test=develop (#24913)
5 years ago
Aurelius84 02adf68dcc
[Dy2stat]Support buffers and register_buffer in Layer (#24888)
5 years ago
Huihuang Zheng 6f631a27c7
[Dy2stat] Add Basic Support for Grammar 'return' (#25176)
5 years ago
Aurelius84 38d2d13d8b
[Dy2stat] Add CycleGAN model for unitttest (#25072)
5 years ago
Zhou Wei a7cf562447
fix sample code error of fluid.dygraph.NaturalExpDecay,test=develop (#25092)
5 years ago
Aurelius84 e8134e873a
[Dy2stat]Refine caches of converting function (#25085)
5 years ago
Aurelius84 8d6de44012
Refine check_type Error Message for @declarative (#25098)
5 years ago
liym27 eb1c0901a6
[Dy2Stat]Remove unnecessary vars from gast.comprehension in LoopTransformer. (#25094)
5 years ago
liym27 db601f70cc
[Dy2Stat] Add test for dygraph seq2seq model. (#25054)
5 years ago
Leo Chen fa657b3dbb
fix bug of prelu when rank not equal 4, test=develop (#25067)
5 years ago
liym27 f16e277859
[Dy2Static]Convert var.shape stmt and Convert the return variables of Tensor-dependent 'if' staments to Tensor if it not (#24911)
5 years ago
Leo Chen bfa46c38d5
bn supports reverse_space, test=develop (#24988)
5 years ago
liym27 2e238c6eed
[[Dy2Static]]convert for stmt and support variable loaded and created in loop(#24901)
5 years ago
liym27 a9dca5805a
[Dy2Static] Add convert_ifelse to run the transformed code dynamically (#24866)
5 years ago
Chen Weihang 4a702ef361
Support SelelctedRows allreduce in multi-cards imperative mode (#24690)
5 years ago
Chen Weihang a1c1b59d48
[Dy2Static] Support for iter & enumerate VarBase (#24856)
5 years ago
liym27 5ea82e8a45
[Dy2Static]Support return variable created in only one of If.body or If.orelse (#24841)
5 years ago
liym27 001c9fcca2
[Dy2Static]Convert while stmt and convert logical_XX (#24799)
5 years ago
Chen Weihang 1f032c53d5
remove duplicate function, test=develop (#24849)
5 years ago
Aurelius84 8bbb829a03
[Dy2stat]Support nested input and output (#24752)
5 years ago
liym27 080d37a501
fix bug in LogicalOpTransformer: Create logic node recursively (#24785)
5 years ago
Zhou Wei 98da8a295d
add new learing rate strategy to reduce lr when loss reach on plateau (#24322)
5 years ago
Aurelius84 40162227bb
Support save model in dygraph.guard test=develop (#24761)
5 years ago
Leo Chen 92e256a86a
Fix bug of different dtype in dygraph math_op_patch, test=develop (#24740)
5 years ago
liym27 a0846b627a
Remove target vars of gast.For from before_loop_vars or after_loop_vars (#24732)
5 years ago
Aurelius84 6db0e2b1a9
[Dy2stat] Support len syntax (#24638)
5 years ago