Commit Graph

69 Commits (bcc0d41646efbba034cb68f8dbf302a8f33d992c)

Author SHA1 Message Date
Qiyang Min 12e36d38a5 Imperative deep-first backward process (#16605)
6 years ago
Jiabin Yang f735102eab
add layer norm to Layers, add transformer test in imperative mode (#16092)
6 years ago
Qiyang Min c7f1f3ed0c
Merge pull request #16214 from velconia/imperative_infer_var_type
6 years ago
Xin Pan 374abcf361
Merge pull request #16247 from panyx0718/imperative
6 years ago
minqiyang 36dce65bb3 Take DataType and VarType apart
6 years ago
Xin Pan 3e9319f3ab add more imperative layer tests.
6 years ago
minqiyang 438bca9c3d Implement Runtime Var Type Inference
6 years ago
minqiyang 42e96a029f Accelerate CPU part
6 years ago
Qiyang Min 1f4aa7a202 Imperative remove all descs (#16045)
6 years ago
Qiyang Min 187cffd019
Merge pull request #15928 from velconia/imperative_backward_hooks
6 years ago
minqiyang e5f3435dd5 Add missing headers
6 years ago
minqiyang ac88c62a5b Reset output var's pre_op pointer when op was destructed
6 years ago
minqiyang cb85ee987b Remove var op deps in imperative mode
6 years ago
minqiyang efb2f2baf8 Fix bugs
6 years ago
minqiyang b420ec3a92 invoke backward_hooks after reduce op's depcounts map
6 years ago
minqiyang e9fdf9090d Polish code
6 years ago
minqiyang a15a3fc314 Polish code
6 years ago
minqiyang 9dc64edfd9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_engine
6 years ago
minqiyang 8fe0c0c52c implement backward refs
6 years ago
Xin Pan 5eb87506bc add per kernel config and remove const_cast.
6 years ago
minqiyang 74551758cc Polish code
6 years ago
minqiyang 52e5ee60bd Add debug info
6 years ago
Xin Pan 989138378d add sugar for fetching parameters
6 years ago
minqiyang 159c407328 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
6 years ago
minqiyang 5c7768776c Fix batch_norm's stop_gradient bug
6 years ago
Xin Pan 42e61af861 polish
6 years ago
Xin Pan 4d9feb35b9 support multi grad ops
6 years ago
minqiyang c8965dc1ab Polish code
6 years ago
Paddle CI 289aba750a Polish code
6 years ago
minqiyang a21f4e38c3 Polish code
6 years ago
minqiyang 8ce198b2e1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
6 years ago
minqiyang 31a1cd8ce5 Align the first batch of gpu resnet
6 years ago
Xin Pan e395f2c6a3 polish codes
6 years ago
minqiyang 315b133e67 Add single GPU support to imperative
6 years ago
Xin Pan 0c04cac484 polish
6 years ago
Xin Pan 47ef2df01a polish
6 years ago
Xin Pan 0d5819eb4f polish imperative codes
6 years ago
minqiyang ddfb9f1123 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_shared_ptr
6 years ago
minqiyang c8d1a8e909 Change var_ and grad_ to shared_ptr
6 years ago
minqiyang 7aab39af15 Change grads to VarBase
6 years ago
Xin Pan 9597fd05e9 polish
6 years ago
Xin Pan 7aad6afd49 forward and backward
6 years ago
Xin Pan 2349acea48 checkpoint
6 years ago
minqiyang 2547f9d1b8 Polish code
6 years ago
minqiyang 6a5f604607 Support stop_gradients var in imperative backward
6 years ago
minqiyang 9e3155e01d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
6 years ago
minqiyang 6bb84490af Fix imperative unit test
6 years ago
minqiyang 5822f7f1d8 Polish code
6 years ago
Xin Pan c132c79011 address comments and resolve conflicts.
6 years ago
Xin Pan f52b514dcd call kernel
6 years ago