Commit Graph

46 Commits (adaec0073d02c0ea55bcabc4671ebfc8dbd3182c)

Author SHA1 Message Date
Zhou Wei e74e1a226c
support deepcopy for Layer/Tensor/Paramerbase (#29387)
5 years ago
Leo Chen b58cfff89d
use has_grad instead of train_mode (#29309)
5 years ago
Zhou Wei c0a991c874
accumulate gradient for leaf tensor with previous graph and expose leaf tensor concept (#28429)
5 years ago
Leo Chen 770395cb93
Split train_mode and has_grad for tracer (#29064)
5 years ago
Chen Weihang 813b2ade34
Enrich the python error types of paddle & polish format (#28124)
6 years ago
Zhou Wei 162b4d6c13
remove to_variable from 2.0 (#27528)
6 years ago
arlesniak 8aebcabf34
Test for passing global env FLAGS_use_mkldnn (#26938)
6 years ago
arlesniak 885c61f086
Add use of global flag 'use_mkldnn' to layer_helper (#26497)
6 years ago
Zhen Wang f9066e6a6f
Update the demo code and the doc of varbase.backward. (#26506)
6 years ago
Sylwester Fraczek abfdffa039
add use_mkldnn attribute to ops in dygraph (#25773)
6 years ago
pangyoki 2efcb481c8
Paddle-2.0 API directory migration (#25898)
6 years ago
Sylwester Fraczek 1aaa26f102
add dnnl sigmoid (logistic) activation (#25745)
6 years ago
Aurelius84 8d6de44012
Refine check_type Error Message for @declarative (#25098)
6 years ago
Leo Chen 9c9e635c00
support tensor to varbase, test=develop (#24660)
6 years ago
zhongpu a851b97a58
copy dygraph api to paddle.imperative (#24085)
6 years ago
zhongpu 1f8d8a5358
remove dygraph api to paddle.imperative, test=develop (#23628)
6 years ago
songyouwei c435110a3f
support no_grad inplace operating (#22522)
6 years ago
Leo Chen 5257530492
don't add unregisterd attr, test=develop (#23047)
6 years ago
songyouwei df87e79f54
Add functional dygraph mode api (#22745)
6 years ago
songyouwei d9f0c9f51c
support set param with None value (#22418)
6 years ago
songyouwei 4dec15999f Allow Layer attr shadow (#22333)
6 years ago
songyouwei 83037e55ca named_sublayers and named_parameters (#21868)
6 years ago
zhongpu cf475f95df Remove FC in dygraph, modify FC to Linear in sample code (#22082)
6 years ago
songyouwei 56414c7daf move private weight fields to public ones (#21982)
6 years ago
Leo Chen 310edc0d0c
Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724)
6 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
6 years ago
wangchaochaohu bc6126dd07
fix the reduce bug test=develop (#20102)
7 years ago
Jiabin Yang 39ff0f9cd9
Optimze/optimize dygraph api (#19999)
7 years ago
Jiabin Yang 454254115e
Feature/auto prune in dygraph (#19757)
7 years ago
Jiabin Yang 55931db449
fix problem that get_attr method can't using default mode when we call has_attr in dygraph (#19328)
7 years ago
Jiabin Yang 3bfb92c32b
test=develop, hide build_once (#17871)
7 years ago
Zeng Jinle 432ac70124
clean code of py_layer in dygraph mode,test=develop (#17661)
7 years ago
Jiabin Yang 4624d7c642
test=develop, add gradient sort backward strategy (#17125)
7 years ago
lujun 99120698b7 merge confict, test=develop
7 years ago
lujun e11bf2a49e merge branch, test=develop
7 years ago
lujun a32c6ffa96 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into move-api-to-root
7 years ago
Xin Pan d02e3e7f79 add a simple test
7 years ago
lujun d3fc3d5520 move internal function, test=develop
7 years ago
lujun 717256755a move dygraph.nn,dygraph.layer to fluid, test=develop
7 years ago
lujun 1dcd28e819 move dygraph.nn,dygraph.layer to fluid, test=develop
7 years ago
lujun 1c9aaeebe0 move imperative to dygraph, test=develop
7 years ago
Qiyang Min 1f4aa7a202 Imperative remove all descs (#16045)
7 years ago
Jiabin Yang 654825cfe3
test=develop, reconstruct layer helper to fit imperative usage (#15938)
7 years ago
minqiyang 50639fafdb Polish code
7 years ago
minqiyang fe406b98c9 Polish code
7 years ago
minqiyang f469bb6b36 Polish code
7 years ago