Commit Graph

275 Commits (46e1bb06c74f82e58beb67cbddfad39b669352e0)

Author SHA1 Message Date
Xin Pan 5eb87506bc add per kernel config and remove const_cast.
7 years ago
minqiyang 74551758cc Polish code
7 years ago
minqiyang 1f0ef42e60 Change atol of numpy allclose
7 years ago
minqiyang f53e1d5c4b implement ClearBlock
7 years ago
sneaxiy 7160cb0f32 decoupled reader
7 years ago
Yiqun Liu 56a5039e24
Correct the doc in Python API (#15725)
7 years ago
minqiyang 52e5ee60bd Add debug info
7 years ago
Zhen Wang bc95a4ccfe
Merge branch 'develop' into quantization_inference_passes
7 years ago
sneaxiy 7e399b0628 rename
7 years ago
sneaxiy f85245b409 test=develop
7 years ago
WangZhen 28dfad5e27 fix some bugs about python3. test=develop
7 years ago
dzhwinter 0a63234c85 follow comments. test=develop
7 years ago
WangZhen 2175292634 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantization_inference_passes
7 years ago
WangZhen a7efab7ec1 add comments for public API. test=develop
7 years ago
dzhwinter 8b97a3a44f rerun ci. test=develop
7 years ago
dzhwinter a26a6bc728 add flag. test=develop
7 years ago
minqiyang 159c407328 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
7 years ago
minqiyang edf742cfac Polish code
7 years ago
WangZhen c67b29c178 fix some bugs of graph.to_program and get_pass.
7 years ago
minqiyang 79d62c5402 Fix mnist
7 years ago
WangZhen c8095eeb82 add freeze pass, and UT is passed.
7 years ago
WangZhen dde19a0ff8 add quantization freeze pass.
7 years ago
minqiyang 3ce2d295c0 Refine stop_gradient
7 years ago
Xin Pan 58cb18d9d9
Merge pull request #15322 from velconia/imperative_resnet
7 years ago
minqiyang c8965dc1ab Polish code
7 years ago
tangwei12 8b50ad80ff
checkpoint at distributed training (#14854)
7 years ago
Paddle CI 289aba750a Polish code
7 years ago
WangZhen b913463e83 Update according to the reviewers' suggestion. test=develop
7 years ago
WangZhen 3ce6172052 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into graph_quantization
7 years ago
WangZhen 59e5cc51d6 Add quantization transform pass and UT.
7 years ago
peizhilin 5e5e6a3225 fix the prompt when dll load failed on windows
7 years ago
minqiyang a21f4e38c3 Polish code
7 years ago
minqiyang 8ce198b2e1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
7 years ago
minqiyang 31a1cd8ce5 Align the first batch of gpu resnet
7 years ago
Xin Pan 9a9c690e71
Merge pull request #15343 from panyx0718/imperative3
7 years ago
minqiyang dbd4d058af Add static implementation and fix fc layer
7 years ago
Xin Pan e395f2c6a3 polish codes
7 years ago
minqiyang 315b133e67 Add single GPU support to imperative
7 years ago
Xin Pan 9a4314f025 imperative gan
7 years ago
peizhilin eea75a1d93 fix issue when type is invalid
7 years ago
peizhilin 9adb158e5b Merge remote-tracking branch 'upstream/develop' into debug/support
7 years ago
minqiyang d0b640dca1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_shared_ptr
7 years ago
minqiyang c8d1a8e909 Change var_ and grad_ to shared_ptr
7 years ago
minqiyang 7aab39af15 Change grads to VarBase
7 years ago
peizhilin c1235c935f add the enable_debug flag
7 years ago
peizhilin a6f5ceee74 add the python callstack for debug support test=develop
7 years ago
wopeizl 796322d31a
Merge pull request #15134 from wopeizl/windows/whlsupport
7 years ago
peizhilin 8bb513cad4 test=develop
7 years ago
peizhilin 1cb74b061b fix the whl issue test=develop
7 years ago
minqiyang 09e2e66236 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
7 years ago
qingqing01 6f0a1d7b47
Inception fusion operator. (#14968)
7 years ago
Cheerego 871ac282f8
Merge pull request #15085 from haowang101779990/enapi_improve_dec27
7 years ago
minqiyang 9e3155e01d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
7 years ago
minqiyang 336160e651 Complete imperative optimizer implementation
7 years ago
haowang101779990 66ea718452 en api improve format Dec 27
7 years ago
minqiyang 5822f7f1d8 Polish code
7 years ago
Xin Pan ce7e503cbe refactor to avoid scope.
7 years ago
minqiyang 68e9b841ab Add support for optimizer
7 years ago
peizhilin 2388d0e7d6 Revert "cherry-pick the #12759"
7 years ago
peizhilin 7f6d8acecb cherry-pick the #12759
7 years ago
minqiyang 9e24fa3aeb Polish code
7 years ago
minqiyang 1c116462cc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_mnist
7 years ago
minqiyang 29697c2e25 Add stop_gradient to VarBase to support loss function
7 years ago
minqiyang 3cd10a7c4f Add Conv2D forward
7 years ago
Xin Pan cf3a07e8f8
Merge pull request #14878 from panyx0718/imperative
7 years ago
minqiyang 8d88c5a87d Shameless copy
7 years ago
Xin Pan 6324032602 MLP forward backward
7 years ago
peizhilin 19ebd8b4cf add ctc support for windows
7 years ago
Xin Pan 47ea2534fb clean parallel do
7 years ago
Xin Pan ed9cdb56f3
Merge pull request #14823 from panyx0718/fix
7 years ago
Xin Pan f5434507f0 fix control_flow ops in outs
7 years ago
Xin Pan f6dc09e98b void hurting declarative performance
7 years ago
Xin Pan 748549b2e3 Revert "Merge pull request #14798 from PaddlePaddle/revert-14786-revert-14782-revert-14398-imperative"
7 years ago
Xin Pan c049fa7cf7
Revert "Revert "Revert "Imperative"""
7 years ago
gongweibao f1fb64b17f
Add reduce sparse tensor feature. (#14757)
7 years ago
Xin Pan 2538ef64f1
Revert "Revert "Imperative""
7 years ago
Xin Pan 6217f42ab7
Revert "Imperative"
7 years ago
Xin Pan b52f5d2870
Merge pull request #14398 from panyx0718/imperative
7 years ago
Xin Pan 0492158da5 polish
7 years ago
Xin Pan b4db31bad0 fix test
7 years ago
Tink_Y 6d04a9cf47 fix api format and example (#14686)
7 years ago
Xin Pan 7464bd29e8 polish
7 years ago
Xin Pan b80fe8264a polish
7 years ago
Xin Pan e5d64fd4d1 initial imperative
7 years ago
Xin Pan 4d0df1fea7 add fields for autograd
7 years ago
Xin Pan 8138391631 add OpBase and unify with VarBase
7 years ago
Xin Pan f6f0692451 clean up
7 years ago
Xin Pan b1f6fda5e5 run forward
7 years ago
Xin Pan a6d23083f0 some tracing
7 years ago
tangwei12 3639d99f99
Fix save and load lookup table/optimizer vars (#14301)
7 years ago
Xin Pan d5d09672c8 better fix
7 years ago
tangwei12 e3964e5a43
lookup table bug fix about lr, test=develop (#13946)
7 years ago
Yu Yang 186b2b138d
Revert "Merge pull request #13201 from reyoung/revert_callstack" (#13697)
7 years ago
Xin Pan ddd60581b7 clean up channel
7 years ago
Wu Yi 16e73e0d28
hide operator API (#12543)
7 years ago
Yu Yang 21bb9e91fc
Merge pull request #13201 from reyoung/revert_callstack
7 years ago
Yu Yang 46498bf1a0
Merge pull request #13508 from reyoung/hide_parameter
7 years ago
Yu Yang 28cc1e1853 Ignore Attr in doc
7 years ago
Yu Yang 7119d6c3cf Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into revert_callstack
7 years ago
sneaxiy 3ad3635de0 fix conflict
7 years ago