Commit Graph

111 Commits (2f49cf70f7f89588e64f54fdd3ea151bb5f08f13)

Author SHA1 Message Date
hong 2f49cf70f7
Support dygraph structuerd name (#21930)
5 years ago
songyouwei 2a47cc5fc4 dygraph LayerList container (#21734)
5 years ago
songyouwei 56414c7daf move private weight fields to public ones (#21982)
5 years ago
Zeng Jinle 86c40e207d
Expose fluid.dygraph.TracedLayer API (#21518)
5 years ago
Leo Chen 33f1306753
update layers used in mnist dygraph model, test=develop (#21947)
5 years ago
Leo Chen ba51043f7e
remove parameter block in to_variable, test=develop (#21933)
5 years ago
zhongpu dca075839b remove params in Tracer object (in dygraph) (#20815)
5 years ago
songyouwei cff7a49856 Add ParameterList (#21056)
5 years ago
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
5 years ago
songyouwei 63a5fb4cac tmp fix depthwise_conv2d in dygraph (#21840)
5 years ago
songyouwei 1395828408 Add dygraph Linear layer (#21265)
5 years ago
Zeng Jinle 04909137f5
fix lr assert, test=develop (#21780)
5 years ago
Leo Chen c96f06f2f6
add unary operator __neg__, test=develop (#21787)
5 years ago
Youwei Song f6144d8463 remove build_once & name_scope (#21131)
5 years ago
Leo Chen 9c481e12ba
Patch math method for VarBase using auto-generated op functions (#21656)
5 years ago
zhongpu 8777e8c1e9 fix Conv2DTranspose API, test=develop (#21403)
5 years ago
Leo Chen 4f81d1bd5f
Refine VarBase init function (#21587)
5 years ago
hong 08483a6819
Add dygraph linear warm up decay (#21186)
5 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
5 years ago
Youwei Song cdba41af4d dygraph Embedding layer use lookuptable v2 (#21209)
5 years ago
Chen Weihang 664f958a02
Fix optimizer op infershape failed in dygraph multi-cards mode (#21374)
5 years ago
Youwei Song d5ff79e55e Support numpy bridge (enabled by default in dygraph mode) (#20983)
5 years ago
Zeng Jinle 67e88424e5
Polish jit trace codes (#21218)
5 years ago
Zeng Jinle 0f30d3a213
fix dygraph trace bug, test=develop (#21193)
5 years ago
Zeng Jinle 5fdfbe3413
Add friendly dygraph trace API (#21091)
5 years ago
Wojciech Uss 226bc22a29 Remove fuse_with_relu argument from batch_norm constructor (#21028)
5 years ago
Leo Chen 008ed65fd5 Add c++ global current tracer for dygraph (#20882)
5 years ago
Leo Chen 9974e40787 Update Tensor.set() to support float16 (#19964)
6 years ago
Youwei Song 2058bab1c0 Add Sequential api (#20789)
6 years ago
Zeng Jinle 378fc4fb1c
add some docs to jit.trace, test=develop (#20811)
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
LielinJiang faa8e30a14 Set batch norm and data norm argument 'do_model_average_for_mean_and_var' default as True (#20421)
6 years ago
zhongpu 0b321c8a2f fix APIs, to_variable、NCE、PRelu、softmax、rankloss for dygraph, test=document_fix, test=develop (#20142)
6 years ago
zhongpu 52dcc1679d fix Embedding API for dygraph (#20358)
6 years ago
DuYao 76a5819728 update English document (#20330)
6 years ago
zhongpu 95e5768bd6 update conv, fc, pool op for dygraph, test=develop (#20132)
6 years ago
zhongpu 9ca417f1d0 fix APIs, update norm op, test=develop (#20119)
6 years ago
hong fa43e80e19 New save load interface (#20148)
6 years ago
Youwei Song 54e07994ee Dygraph Layer kwargs & param getter setter (#19901)
6 years ago
Jiabin Yang 39ff0f9cd9
Optimze/optimize dygraph api (#19999)
6 years ago
chengduo b99fc38cec
Add fp16 support for dygraph (#19828)
6 years ago
Youwei Song 3e5fb6361b fix api-doc error for dygraph and backward (#19721)
6 years ago
Chen Weihang 73daa3d6c0
Code Cleanup: delete three useless raw variables in Conv2D (#19644)
6 years ago
Jiabin Yang e9233d1c1e Refactor dygraph (#19107)
6 years ago
Youwei Song 9a577f2e41 fix batchnorm api param: data_layout (#19524)
6 years ago
Jiabin Yang 1ce0a09e60
fix con2d transpose bias by create and init it in build_once (#18968)
6 years ago
Ghost Under Moon 10643b4ea6 fix- raise io error when user load from non-existed dir test=develop (#19384)
6 years ago
Jiabin Yang 55931db449
fix problem that get_attr method can't using default mode when we call has_attr in dygraph (#19328)
6 years ago
chengduo 5a579df9ba
[Speedup] Make dygraph data parallel faster (#19280)
6 years ago