Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/mul converter #3

Closed
wants to merge 1,401 commits into from
Closed

feature/mul converter #3

wants to merge 1,401 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 17, 2018

  1. - Draft of reuse of pooling mkldnn operator

    - Finished draft of pooling reusing of operators
    
    - Using gethash in PoolGrad added
    
    - Removed diagnostic
    
    - Added pool mkldnn grad reusing of primitives
    
    - Added diagnostic
    
    - Removed diagnostic
    
    - added dependency to mkldnn data type for pooling mkldnn
    
    - Added mkldnn memory data type determining based on template type of op
    
    - Compilation warning fix
    
    - codying style fixes
    jczaja committed May 17, 2018
    Configuration menu
    Copy the full SHA
    5f13330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ceb150e View commit details
    Browse the repository at this point in the history
  3. Merge pull request PaddlePaddle#10745 from Yancey1989/fix_bce_cdn_link

    use cdn to speed up thirdparty package download
    Yancey authored May 17, 2018
    Configuration menu
    Copy the full SHA
    062c811 View commit details
    Browse the repository at this point in the history
  4. Merge pull request PaddlePaddle#10736 from luotao1/mkldnn_cmake

    refine mkldnn cmake with official commit id
    luotao1 authored May 17, 2018
    Configuration menu
    Copy the full SHA
    651c934 View commit details
    Browse the repository at this point in the history
  5. Merge pull request PaddlePaddle#10737 from chengduoZH/fix_timeline

    Fix timeline for the number of profile is one
    chengduo authored May 17, 2018
    Configuration menu
    Copy the full SHA
    d0a62bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    feed94e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6d53dce View commit details
    Browse the repository at this point in the history
  8. remove boost filesystem

    seiriosPlus committed May 17, 2018
    Configuration menu
    Copy the full SHA
    8430c8d View commit details
    Browse the repository at this point in the history
  9. modify variable point

    seiriosPlus committed May 17, 2018
    Configuration menu
    Copy the full SHA
    7b6c0ab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f9d4b9d View commit details
    Browse the repository at this point in the history
  11. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … develop
    baiyfbupt committed May 17, 2018
    Configuration menu
    Copy the full SHA
    4d2a2e7 View commit details
    Browse the repository at this point in the history
  12. fix index

    baiyfbupt committed May 17, 2018
    Configuration menu
    Copy the full SHA
    8023bc7 View commit details
    Browse the repository at this point in the history
  13. fix DataTransFunc (PaddlePaddle#10752)

    chengduo authored and Yang Yang(Tony) committed May 17, 2018
    Configuration menu
    Copy the full SHA
    93c4700 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    868bdc9 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. bug fix

    seiriosPlus committed May 18, 2018
    Configuration menu
    Copy the full SHA
    a4fd375 View commit details
    Browse the repository at this point in the history
  2. add comment

    jacquesqiao committed May 18, 2018
    Configuration menu
    Copy the full SHA
    d2d671e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … develop
    baiyfbupt committed May 18, 2018
    Configuration menu
    Copy the full SHA
    f79779f View commit details
    Browse the repository at this point in the history
  4. fix roi_pool gpu_backward kernel

    baiyfbupt committed May 18, 2018
    Configuration menu
    Copy the full SHA
    1d7f91e View commit details
    Browse the repository at this point in the history
  5. listen_and_serv use local scope (PaddlePaddle#10663)

    * listen_and_serv use localscope
    
    * fix ut
    typhoonzero authored May 18, 2018
    Configuration menu
    Copy the full SHA
    ebc7303 View commit details
    Browse the repository at this point in the history
  6. bug fix

    seiriosPlus committed May 18, 2018
    Configuration menu
    Copy the full SHA
    f688652 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    821acdb View commit details
    Browse the repository at this point in the history
  8. Merge pull request PaddlePaddle#10700 from baiyfbupt/develop

    fix roi_pool op bug
    baiyf authored May 18, 2018
    Configuration menu
    Copy the full SHA
    67b8a30 View commit details
    Browse the repository at this point in the history
  9. Merge pull request PaddlePaddle#10741 from jacquesqiao/inferencer-sup…

    …port-multi-gpu
    
    Inferencer support parallel_executor
    jacquesqiao authored May 18, 2018
    Configuration menu
    Copy the full SHA
    54ae8e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb7d875 View commit details
    Browse the repository at this point in the history
  11. merge develop

    seiriosPlus committed May 18, 2018
    Configuration menu
    Copy the full SHA
    eff92d0 View commit details
    Browse the repository at this point in the history
  12. Merge pull request PaddlePaddle#10526 from panyx0718/infer_profile2

    allow inference test to generate timeline
    panyx0718 authored May 18, 2018
    Configuration menu
    Copy the full SHA
    8e3e65f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    76d20c3 View commit details
    Browse the repository at this point in the history
  14. update

    Superjomn committed May 18, 2018
    Configuration menu
    Copy the full SHA
    4218d83 View commit details
    Browse the repository at this point in the history
  15. Fix a compile error

    panyx0718 committed May 18, 2018
    Configuration menu
    Copy the full SHA
    871bc43 View commit details
    Browse the repository at this point in the history
  16. use latest pip version in dev and production Docker image (PaddlePadd…

    …le#10760)
    
    * use latest pip version
    
    * fix ci
    
    * update by comment
    Yancey authored May 18, 2018
    Configuration menu
    Copy the full SHA
    17f5037 View commit details
    Browse the repository at this point in the history
  17. bug fix

    seiriosPlus committed May 18, 2018
    Configuration menu
    Copy the full SHA
    cd98f2b View commit details
    Browse the repository at this point in the history
  18. fix cpp lint

    panyx0718 committed May 18, 2018
    Configuration menu
    Copy the full SHA
    8282d3e View commit details
    Browse the repository at this point in the history
  19. fix serial number

    seiriosPlus committed May 18, 2018
    Configuration menu
    Copy the full SHA
    dbd0237 View commit details
    Browse the repository at this point in the history
  20. fix serial number

    seiriosPlus committed May 18, 2018
    Configuration menu
    Copy the full SHA
    22df4c2 View commit details
    Browse the repository at this point in the history
  21. fix serial number

    seiriosPlus committed May 18, 2018
    Configuration menu
    Copy the full SHA
    d98480c View commit details
    Browse the repository at this point in the history
  22. fix serial number

    seiriosPlus committed May 18, 2018
    Configuration menu
    Copy the full SHA
    ee91e48 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b6ee59a View commit details
    Browse the repository at this point in the history
  24. Merge pull request PaddlePaddle#10621 from panyx0718/fix_profile

    Fix a profiler race condition
    panyx0718 authored May 18, 2018
    Configuration menu
    Copy the full SHA
    40a2ee9 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e130bf3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    11b6473 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2018

  1. Configuration menu
    Copy the full SHA
    ae19907 View commit details
    Browse the repository at this point in the history
  2. Dockerfile: unify dev and product docker environment. (PaddlePaddle#1…

    …0778)
    
    * Dockerfile: unify dev and product docker environment.
    
    * Fix check style error.
    
    * Use envrioment valuable to get version info.
    wanglei828 authored May 19, 2018
    Configuration menu
    Copy the full SHA
    0ad9212 View commit details
    Browse the repository at this point in the history
  3. Use cached grpc

    reyoung committed May 19, 2018
    Configuration menu
    Copy the full SHA
    65c0535 View commit details
    Browse the repository at this point in the history
  4. Make -j better

    reyoung committed May 19, 2018
    Configuration menu
    Copy the full SHA
    7a9eb21 View commit details
    Browse the repository at this point in the history
  5. Disable buggy tests

    reyoung committed May 19, 2018
    Configuration menu
    Copy the full SHA
    f6638c0 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … feature/refine_parallel_executor
    reyoung committed May 19, 2018
    Configuration menu
    Copy the full SHA
    6db9c3c View commit details
    Browse the repository at this point in the history
  7. Disabled unstable tests

    reyoung committed May 19, 2018
    Configuration menu
    Copy the full SHA
    58100b2 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2018

  1. Expose prior_box op into detection.py (PaddlePaddle#10773)

    * package prior_box op
    
    * add doc
    
    * add unittest
    
    * add unittest
    
    * fix CI fails
    baiyf authored and qingqing01 committed May 20, 2018
    Configuration menu
    Copy the full SHA
    a66afe0 View commit details
    Browse the repository at this point in the history
  2. Disable send_recv op

    reyoung committed May 20, 2018
    Configuration menu
    Copy the full SHA
    cd64de7 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2018

  1. Configuration menu
    Copy the full SHA
    0e4467e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ae03ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request PaddlePaddle#10775 from panyx0718/fix_comile

    Fix a compile error
    panyx0718 authored May 21, 2018
    Configuration menu
    Copy the full SHA
    e526dd5 View commit details
    Browse the repository at this point in the history
  4. Update cpu_profiling_cn.md

    shanyi15 authored May 21, 2018
    Configuration menu
    Copy the full SHA
    1bd0197 View commit details
    Browse the repository at this point in the history
  5. Update cpu_profiling_en.md

    shanyi15 authored May 21, 2018
    Configuration menu
    Copy the full SHA
    60f4b73 View commit details
    Browse the repository at this point in the history
  6. Merge pull request PaddlePaddle#10747 from jczaja/prv-mkldnn-pooling-…

    …reuse
    
    Reuse of pooling mkldnn primitives
    luotao1 authored May 21, 2018
    Configuration menu
    Copy the full SHA
    85b6bb5 View commit details
    Browse the repository at this point in the history
  7. fix compile error

    Superjomn committed May 21, 2018
    Configuration menu
    Copy the full SHA
    32ee432 View commit details
    Browse the repository at this point in the history
  8. Merge pull request PaddlePaddle#10791 from shanyi15/patch-1

    add title for cpu_profiling.md
    luotao1 authored May 21, 2018
    Configuration menu
    Copy the full SHA
    ebefdbe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f065151 View commit details
    Browse the repository at this point in the history
  10. disable test together

    reyoung committed May 21, 2018
    Configuration menu
    Copy the full SHA
    56c2e4a View commit details
    Browse the repository at this point in the history
  11. Disabled hanged unit tests

    reyoung committed May 21, 2018
    Configuration menu
    Copy the full SHA
    8c6f938 View commit details
    Browse the repository at this point in the history
  12. Fix cmake

    reyoung committed May 21, 2018
    Configuration menu
    Copy the full SHA
    3ec17dc View commit details
    Browse the repository at this point in the history
  13. make uint8 support in data_type transform and memory optimize (Paddle…

    …Paddle#10715)
    
    * "a piece of job."
    
    * "fix typeo"
    
    * "fix ci"
    dzhwinter authored May 21, 2018
    Configuration menu
    Copy the full SHA
    5828101 View commit details
    Browse the repository at this point in the history
  14. add checkpoint in io

    seiriosPlus committed May 21, 2018
    Configuration menu
    Copy the full SHA
    5451c78 View commit details
    Browse the repository at this point in the history
  15. Enhanced is_empty_op for our seq2seq model (PaddlePaddle#10704)

    * Added kernel to is_empty_op
    
    * Added python API
    
    * Updated code as required
    
    * Updated unittests
    Qingsheng Li authored May 21, 2018
    Configuration menu
    Copy the full SHA
    9ff6715 View commit details
    Browse the repository at this point in the history
  16. fix wheel package name (PaddlePaddle#10697)

    * fix wheel package name
    
    * delete cuda7.5 cudnn5
    Yancey authored May 21, 2018
    Configuration menu
    Copy the full SHA
    35e5563 View commit details
    Browse the repository at this point in the history
  17. Skip hang op

    reyoung committed May 21, 2018
    Configuration menu
    Copy the full SHA
    0ce8402 View commit details
    Browse the repository at this point in the history
  18. add checkpoint in io

    seiriosPlus committed May 21, 2018
    Configuration menu
    Copy the full SHA
    01975ec View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ed2129c View commit details
    Browse the repository at this point in the history
  20. Remove ElementwiseOpInferVarType in elementwise_op to use the default…

    … InferVarType to find var recursively
    guoshengCS committed May 21, 2018
    Configuration menu
    Copy the full SHA
    f176a9c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1c81301 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a76d0dd View commit details
    Browse the repository at this point in the history
  23. Realloc for forward

    kbinias committed May 21, 2018
    Configuration menu
    Copy the full SHA
    0cc25a4 View commit details
    Browse the repository at this point in the history
  24. Add backward

    kbinias committed May 21, 2018
    Configuration menu
    Copy the full SHA
    0aa0192 View commit details
    Browse the repository at this point in the history
  25. Cache input data

    kbinias committed May 21, 2018
    Configuration menu
    Copy the full SHA
    32929cd View commit details
    Browse the repository at this point in the history
  26. Unique key for input data

    kbinias committed May 21, 2018
    Configuration menu
    Copy the full SHA
    24904b9 View commit details
    Browse the repository at this point in the history
  27. Add pip install description

    weixing02 committed May 21, 2018
    Configuration menu
    Copy the full SHA
    d0efd5a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    50e60ef View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    be05056 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    06aa23b View commit details
    Browse the repository at this point in the history
  31. Add inference documentation

    weixing02 committed May 21, 2018
    Configuration menu
    Copy the full SHA
    6cf6e25 View commit details
    Browse the repository at this point in the history
  32. Merge pull request PaddlePaddle#10807 from luotao1/version

    add version and cmakecache in inference_lib
    luotao1 authored May 21, 2018
    Configuration menu
    Copy the full SHA
    73f4951 View commit details
    Browse the repository at this point in the history
  33. Merge pull request PaddlePaddle#10806 from weixing02/pypi

    Add pip install description
    luotao1 authored May 21, 2018
    Configuration menu
    Copy the full SHA
    3a385d2 View commit details
    Browse the repository at this point in the history
  34. update

    Superjomn committed May 21, 2018
    Configuration menu
    Copy the full SHA
    caba0b5 View commit details
    Browse the repository at this point in the history
  35. code optimized

    seiriosPlus committed May 21, 2018
    Configuration menu
    Copy the full SHA
    2412dee View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f0c4088 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    f6543a1 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Add cpp trainer lib and demo (PaddlePaddle#10681)

    add cpp trainer lib and demo
    jacquesqiao authored May 22, 2018
    Configuration menu
    Copy the full SHA
    be26b71 View commit details
    Browse the repository at this point in the history
  2. Enhance detection_map_op and more check in prior_box API. (PaddlePadd…

    …le#10796)
    
    1. If all bboxes are not difficult ground truth, the users can not define the data layer for this flag and not the input can be None for detection_map API.
    2. Set default value for aspect_ratios in prior_box API.
    3. Add more check in prior_box API.
    qingqing01 authored May 22, 2018
    Configuration menu
    Copy the full SHA
    2a77fc5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request PaddlePaddle#10597 from kbinias/mkldnn-activations…

    …-improvments
    
    Update activations for MKL-DNN
    tensor-tang authored May 22, 2018
    Configuration menu
    Copy the full SHA
    7205d33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    983c9a2 View commit details
    Browse the repository at this point in the history
  5. update var name

    seiriosPlus committed May 22, 2018
    Configuration menu
    Copy the full SHA
    e901de6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0d10514 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dac0679 View commit details
    Browse the repository at this point in the history
  8. send use pinned memory

    yi.wu committed May 22, 2018
    Configuration menu
    Copy the full SHA
    8a49a88 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d54ad9f View commit details
    Browse the repository at this point in the history
  10. multi-thread handlerequest

        Experiment on vgg flower, 2 trainers, 1ps.
        more trainer could have more speedup.
    
        After:
        Pass = 0, Iters = 327, Speed = (7.52) img/s
        Before:
        Pass = 0, Iters = 385, Speed = (6.77) img/s
    panyx0718 committed May 22, 2018
    Configuration menu
    Copy the full SHA
    b4dd4c0 View commit details
    Browse the repository at this point in the history
  11. Fix ElementwiseOpInferVarType in elementwise_op to use the default In…

    …ferVarType to find var recursively
    guoshengCS committed May 22, 2018
    Configuration menu
    Copy the full SHA
    01fdf17 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … feature/support_op_role
    reyoung committed May 22, 2018
    Configuration menu
    Copy the full SHA
    0e5a278 View commit details
    Browse the repository at this point in the history
  13. Merge pull request PaddlePaddle#10701 from tensor-tang/usemkldnn

    enable MKLDNN inference test
    tensor-tang authored May 22, 2018
    Configuration menu
    Copy the full SHA
    406c1dd View commit details
    Browse the repository at this point in the history
  14. Fixed var not found bug (PaddlePaddle#10808)

    Qingsheng Li authored May 22, 2018
    Configuration menu
    Copy the full SHA
    0d94ab1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    86d7cc9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    718f63c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    91d8373 View commit details
    Browse the repository at this point in the history
  18. fix dist test

    yi.wu committed May 22, 2018
    Configuration menu
    Copy the full SHA
    5fe8de9 View commit details
    Browse the repository at this point in the history
  19. clean up

    panyx0718 committed May 22, 2018
    Configuration menu
    Copy the full SHA
    11fe3c7 View commit details
    Browse the repository at this point in the history
  20. Add default value of op_role

    reyoung committed May 22, 2018
    Configuration menu
    Copy the full SHA
    c978259 View commit details
    Browse the repository at this point in the history
  21. Force some unittests serial

    reyoung committed May 22, 2018
    Configuration menu
    Copy the full SHA
    1426d79 View commit details
    Browse the repository at this point in the history
  22. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … feature/refine_parallel_executor
    reyoung committed May 22, 2018
    Configuration menu
    Copy the full SHA
    91007fe View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1b69c25 View commit details
    Browse the repository at this point in the history
  24. enable serial tests

    reyoung committed May 22, 2018
    Configuration menu
    Copy the full SHA
    b920d2c View commit details
    Browse the repository at this point in the history
  25. Merge pull request PaddlePaddle#10827 from luotao1/paddle_script

    change CMAKE_INSTALL_PREFIX in inference_lib_dist to FLUID_INSTALL_DIR
    luotao1 authored May 22, 2018
    Configuration menu
    Copy the full SHA
    565606a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    610ec41 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f7cf605 View commit details
    Browse the repository at this point in the history
  28. update python annotation

    seiriosPlus committed May 22, 2018
    Configuration menu
    Copy the full SHA
    27b7175 View commit details
    Browse the repository at this point in the history
  29. Disable GRPC server test

    reyoung committed May 22, 2018
    Configuration menu
    Copy the full SHA
    982ac83 View commit details
    Browse the repository at this point in the history
  30. Merge pull request PaddlePaddle#10836 from jacquesqiao/update-becbos-url

    update bcebos url so that it can also be downloaded in inner network
    jacquesqiao authored May 22, 2018
    Configuration menu
    Copy the full SHA
    942e219 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d8a53eb View commit details
    Browse the repository at this point in the history
  32. Merge pull request PaddlePaddle#10834 from reyoung/feature/sequnce_ru…

    …n_tests
    
    Force some unittests serial
    reyoung authored May 22, 2018
    Configuration menu
    Copy the full SHA
    62559ac View commit details
    Browse the repository at this point in the history
  33. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … feature/support_op_role
    reyoung committed May 22, 2018
    Configuration menu
    Copy the full SHA
    27e4ce7 View commit details
    Browse the repository at this point in the history
  34. fix bugs

    Superjomn committed May 22, 2018
    Configuration menu
    Copy the full SHA
    652c4ef View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2000a7e View commit details
    Browse the repository at this point in the history
  36. fix test and clean up

    panyx0718 committed May 22, 2018
    Configuration menu
    Copy the full SHA
    722c078 View commit details
    Browse the repository at this point in the history
  37. follow comments

    panyx0718 committed May 22, 2018
    Configuration menu
    Copy the full SHA
    a848303 View commit details
    Browse the repository at this point in the history
  38. Add dice loss (PaddlePaddle#10717)

    * Add dice loss.
    
    * Fix comments.
    
    * Remove unused code.
    wanghaoshuang authored May 22, 2018
    Configuration menu
    Copy the full SHA
    67f5eaf View commit details
    Browse the repository at this point in the history
  39. Fix bug

    reyoung committed May 22, 2018
    Configuration menu
    Copy the full SHA
    03e4da6 View commit details
    Browse the repository at this point in the history
  40. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … feature/refine_parallel_executor
    reyoung committed May 22, 2018
    Configuration menu
    Copy the full SHA
    b857ff1 View commit details
    Browse the repository at this point in the history
  41. Add groups for conv transpose

    Yibing Liu committed May 22, 2018
    Configuration menu
    Copy the full SHA
    669c0df View commit details
    Browse the repository at this point in the history
  42. Disable hanged tests

    reyoung committed May 22, 2018
    Configuration menu
    Copy the full SHA
    53a250e View commit details
    Browse the repository at this point in the history
  43. Refine code

    reyoung committed May 22, 2018
    Configuration menu
    Copy the full SHA
    fb370f4 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e858471 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    faedee0 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    80868f7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Configuration menu
    Copy the full SHA
    01c0a81 View commit details
    Browse the repository at this point in the history
  2. update annotation grammar

    seiriosPlus committed May 23, 2018
    Configuration menu
    Copy the full SHA
    9d98534 View commit details
    Browse the repository at this point in the history
  3. Enable multiple groups for cudnn conv transpose

    Yibing Liu committed May 23, 2018
    Configuration menu
    Copy the full SHA
    6e13c86 View commit details
    Browse the repository at this point in the history
  4. Add Debug log

    reyoung committed May 23, 2018
    Configuration menu
    Copy the full SHA
    39a44e3 View commit details
    Browse the repository at this point in the history
  5. yapf adjust

    weixing02 committed May 23, 2018
    Configuration menu
    Copy the full SHA
    7f40cff View commit details
    Browse the repository at this point in the history
  6. Expose param group in conv2d_transpose api

    Yibing Liu committed May 23, 2018
    Configuration menu
    Copy the full SHA
    7a55704 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' of upstream into deconv_group

    Yibing Liu committed May 23, 2018
    Configuration menu
    Copy the full SHA
    adbf97b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b48eba1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df8fbf8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d96b442 View commit details
    Browse the repository at this point in the history
  11. inference

    weixing02 committed May 23, 2018
    Configuration menu
    Copy the full SHA
    68b2d09 View commit details
    Browse the repository at this point in the history
  12. Merge pull request PaddlePaddle#10840 from PaddlePaddle/revert-10836-…

    …update-becbos-url
    
    Revert "update bcebos url so that it can also be downloaded in inner network"
    reyoung authored May 23, 2018
    Configuration menu
    Copy the full SHA
    051a4b3 View commit details
    Browse the repository at this point in the history
  13. Enhance reduce op (PaddlePaddle#10708)

    * Enhance reduce op for multi dims.
    
    * Uncomment some unitest.
    
    * Uncomment unitest.
    
    * Remove unused code.
    
    * Fix infershape and python wrapper.
    
    * Add more examples.
    
    * Fix l2_normalize.
    
    * Fix normalization_wrapper.
    
    * Polish code.
    1. Rename unitest function.
    2. Rename const variable.
    wanghaoshuang authored May 23, 2018
    Configuration menu
    Copy the full SHA
    8655904 View commit details
    Browse the repository at this point in the history
  14. Fix bug

    reyoung committed May 23, 2018
    Configuration menu
    Copy the full SHA
    3b04f00 View commit details
    Browse the repository at this point in the history
  15. bug fix

    seiriosPlus committed May 23, 2018
    Configuration menu
    Copy the full SHA
    192f9a5 View commit details
    Browse the repository at this point in the history
  16. Disable no good tests

    reyoung committed May 23, 2018
    Configuration menu
    Copy the full SHA
    9ab12df View commit details
    Browse the repository at this point in the history
  17. Merge pull request PaddlePaddle#10832 from typhoonzero/fix_server_por…

    …t_file_conflict
    
    fix dist test
    reyoung authored May 23, 2018
    Configuration menu
    Copy the full SHA
    a9f9fba View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c2436f2 View commit details
    Browse the repository at this point in the history
  19. Inference analysis/init data flow graph analysis (PaddlePaddle#10776)

    Add the demo of subgraph splitter
    Superjomn authored May 23, 2018
    Configuration menu
    Copy the full SHA
    1153144 View commit details
    Browse the repository at this point in the history
  20. Fix bug

    reyoung committed May 23, 2018
    Configuration menu
    Copy the full SHA
    23e19e2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c8919d8 View commit details
    Browse the repository at this point in the history
  22. Merge pull request PaddlePaddle#10854 from weixing02/RMSProp

    Add api docs for RMSProp and modelAverage
    luotao1 authored May 23, 2018
    Configuration menu
    Copy the full SHA
    a675289 View commit details
    Browse the repository at this point in the history
  23. Disable unstable unittests

    reyoung committed May 23, 2018
    Configuration menu
    Copy the full SHA
    ad6a871 View commit details
    Browse the repository at this point in the history
  24. Merge pull request PaddlePaddle#10858 from weixing02/inference

    Add Inference doc for fluid
    luotao1 authored May 23, 2018
    Configuration menu
    Copy the full SHA
    728621e View commit details
    Browse the repository at this point in the history
  25. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … feature/refine_parallel_executor
    reyoung committed May 23, 2018
    Configuration menu
    Copy the full SHA
    fcbf19b View commit details
    Browse the repository at this point in the history
  26. Remove buggy tests

    reyoung committed May 23, 2018
    Configuration menu
    Copy the full SHA
    0dcfb7b View commit details
    Browse the repository at this point in the history
  27. fix errors

    JiayiFeng committed May 23, 2018
    Configuration menu
    Copy the full SHA
    4b395b0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    965cbaa View commit details
    Browse the repository at this point in the history
  29. clean code

    Superjomn committed May 23, 2018
    Configuration menu
    Copy the full SHA
    816e9bc View commit details
    Browse the repository at this point in the history
  30. follow comments

    panyx0718 committed May 23, 2018
    Configuration menu
    Copy the full SHA
    08e4970 View commit details
    Browse the repository at this point in the history
  31. Enable groups for conv3d transpose op

    Yibing Liu committed May 23, 2018
    Configuration menu
    Copy the full SHA
    4bafbf4 View commit details
    Browse the repository at this point in the history
  32. follow comments

    panyx0718 committed May 23, 2018
    Configuration menu
    Copy the full SHA
    2643868 View commit details
    Browse the repository at this point in the history
  33. Fix bug

    reyoung committed May 23, 2018
    Configuration menu
    Copy the full SHA
    50dab46 View commit details
    Browse the repository at this point in the history
  34. refine code

    JiayiFeng committed May 23, 2018
    Configuration menu
    Copy the full SHA
    2e42b31 View commit details
    Browse the repository at this point in the history
  35. Merge pull request PaddlePaddle#10864 from JiayiFeng/dev_expose_rando…

    …m_gen
    
    expose random_data_generator
    JiayiFeng authored May 23, 2018
    Configuration menu
    Copy the full SHA
    530556d View commit details
    Browse the repository at this point in the history
  36. Benchmark/Integrate benchmark scripts (PaddlePaddle#10707)

    * wip integrate benchmark scripts
    
    * testing nlp models
    
    * k8s script to start dist benchmark job
    
    * update script
    
    * done support all models
    
    * add README.md
    
    * update by comment
    
    * clean up
    
    * follow comments
    typhoonzero authored May 23, 2018
    Configuration menu
    Copy the full SHA
    55d3951 View commit details
    Browse the repository at this point in the history
  37. add AccuDims

    Superjomn committed May 23, 2018
    Configuration menu
    Copy the full SHA
    480c6dc View commit details
    Browse the repository at this point in the history
  38. add clean checkpoint

    seiriosPlus committed May 23, 2018
    Configuration menu
    Copy the full SHA
    cf3fb24 View commit details
    Browse the repository at this point in the history
  39. add clean checkpoint

    seiriosPlus committed May 23, 2018
    Configuration menu
    Copy the full SHA
    2c47e06 View commit details
    Browse the repository at this point in the history
  40. Merge pull request PaddlePaddle#10846 from kuke/deconv_group

    Add groups for conv transpose ops
    Yibing Liu authored May 23, 2018
    Configuration menu
    Copy the full SHA
    20bdc3e View commit details
    Browse the repository at this point in the history
  41. Merge pull request PaddlePaddle#10532 from seiriosPlus/checkpoint

    add checkpoint util class and implement
    seiriosPlus authored May 23, 2018
    Configuration menu
    Copy the full SHA
    397a69d View commit details
    Browse the repository at this point in the history
  42. Merge pull request PaddlePaddle#10822 from panyx0718/dist_opt

    multi-thread handlerequest
    panyx0718 authored May 23, 2018
    Configuration menu
    Copy the full SHA
    0d598cf View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    fd2da52 View commit details
    Browse the repository at this point in the history
  44. Add lod_tensor.py for ease of creating lod tensor in book examples (P…

    …addlePaddle#10817)
    
    * add lod_tensor utility python module
    
    * add lod_tensor test code
    
    * add more lod tensor tests
    
    * modify word2vec example code using new api
    
    * add comment
    kexinzhao authored and wangkuiyi committed May 23, 2018
    Configuration menu
    Copy the full SHA
    224bd8f View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    1087bb0 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    e68d196 View commit details
    Browse the repository at this point in the history
  47. initial commit

    kexinzhao committed May 23, 2018
    Configuration menu
    Copy the full SHA
    5a10d83 View commit details
    Browse the repository at this point in the history
  48. Merge pull request PaddlePaddle#10887 from putcn/fix-cuda9-prod-image

    Fix cuda9 prod image
    putcn authored May 23, 2018
    Configuration menu
    Copy the full SHA
    8a50d4d View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. fix error

    kexinzhao committed May 24, 2018
    Configuration menu
    Copy the full SHA
    8cce330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0868af View commit details
    Browse the repository at this point in the history
  3. Merge pull request PaddlePaddle#10884 from PaddlePaddle/shanyi15-patch-1

    fix typo in workflow_of_capi.md
    luotao1 authored May 24, 2018
    Configuration menu
    Copy the full SHA
    639f28a View commit details
    Browse the repository at this point in the history
  4. Expose bilinear operator into Python API. (PaddlePaddle#10875)

    * Expose bilinear operator into Python API
    
    * delete unused lines
    
    * delete unused lines
    
    * fix typos
    
    * fix name arg and typos
    baiyf authored and wanghaoshuang committed May 24, 2018
    Configuration menu
    Copy the full SHA
    16b09d3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request PaddlePaddle#10656 from reyoung/feature/support_op…

    …_role
    
    Add `op_role` into OpDesc.
    reyoung authored May 24, 2018
    Configuration menu
    Copy the full SHA
    8653cf3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc7b4b9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request PaddlePaddle#10744 from reyoung/feature/refine_par…

    …allel_executor
    
    Disable and fix tests on multi devices.
    reyoung authored May 24, 2018
    Configuration menu
    Copy the full SHA
    d406c76 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0cd3d46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    654229b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b2de50 View commit details
    Browse the repository at this point in the history
  11. Merge pull request PaddlePaddle#10814 from guoshengCS/fix-Elementwise…

    …OpInferVarType
    
    Fix ElementwiseOpInferVarType in elementwise_op
    guoshengCS authored May 24, 2018
    Configuration menu
    Copy the full SHA
    6d2deed View commit details
    Browse the repository at this point in the history
  12. update

    Superjomn committed May 24, 2018
    Configuration menu
    Copy the full SHA
    77dac00 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0fdc9c8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b1d4468 View commit details
    Browse the repository at this point in the history
  15. Remove cpplint in cmake

    reyoung committed May 24, 2018
    Configuration menu
    Copy the full SHA
    a229734 View commit details
    Browse the repository at this point in the history
  16. add unit test and fix a bug

    JiayiFeng committed May 24, 2018
    Configuration menu
    Copy the full SHA
    239546a View commit details
    Browse the repository at this point in the history
  17. fix a potential bug

    JiayiFeng committed May 24, 2018
    Configuration menu
    Copy the full SHA
    e4e9d36 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e0d5702 View commit details
    Browse the repository at this point in the history
  19. Merge pull request PaddlePaddle#10904 from luotao1/ci

    refine fluid deploy on teamcity
    luotao1 authored May 24, 2018
    Configuration menu
    Copy the full SHA
    174d884 View commit details
    Browse the repository at this point in the history
  20. add comments

    JiayiFeng committed May 24, 2018
    Configuration menu
    Copy the full SHA
    0457f06 View commit details
    Browse the repository at this point in the history
  21. MKL elementwise add: elementwise_add uses vAdd VML function when MKL …

    …is used
    Tomasz Patejko committed May 24, 2018
    Configuration menu
    Copy the full SHA
    e43c8f3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6f93248 View commit details
    Browse the repository at this point in the history
  23. MKL elementwise add: default implementation used for integral types, …

    …float16 and/or GPU
    Tomasz Patejko committed May 24, 2018
    Configuration menu
    Copy the full SHA
    01fb2be View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5a622c2 View commit details
    Browse the repository at this point in the history
  25. MKL optimized elementwise add backward: coding style fixes

    Tomasz Patejko committed May 24, 2018
    Configuration menu
    Copy the full SHA
    996d12f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fde47aa View commit details
    Browse the repository at this point in the history
  27. MKL elementwise add backward: backward works for integral types with …

    …fall back to default impl
    Tomasz Patejko committed May 24, 2018
    Configuration menu
    Copy the full SHA
    9241011 View commit details
    Browse the repository at this point in the history
  28. MKL optimized elementwise add: fix style check

    Tomasz Patejko committed May 24, 2018
    Configuration menu
    Copy the full SHA
    3e876b3 View commit details
    Browse the repository at this point in the history
  29. [Test-driven] Implementing label_semantic_role with new API (PaddlePa…

    …ddle#10757)
    
    * Update label role implementation to use new API
    
    * Try trainable embedding layer
    
    * Fix feed order
    
    * Add infer call
    sidgoyal78 authored May 24, 2018
    Configuration menu
    Copy the full SHA
    87ff95d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5b9d09d View commit details
    Browse the repository at this point in the history
  31. Remove the protobuf dependency on pure doc generation

    Fix rst format issues in several files.
    jetfuel committed May 24, 2018
    Configuration menu
    Copy the full SHA
    d83db2c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    214efd8 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b568fbe View commit details
    Browse the repository at this point in the history
  34. Merge pull request PaddlePaddle#10895 from nickyfantasy/high_level_ap…

    …i_machine_translation
    
    Simplify Machine Translation demo by using Trainer API
    nickyfantasy authored May 24, 2018
    Configuration menu
    Copy the full SHA
    d4c2164 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    dbc6102 View commit details
    Browse the repository at this point in the history
  36. do this to new_api example

    kexinzhao committed May 24, 2018
    Configuration menu
    Copy the full SHA
    69e0af5 View commit details
    Browse the repository at this point in the history
  37. fix error

    kexinzhao committed May 24, 2018
    Configuration menu
    Copy the full SHA
    6133728 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    0a135de View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Merge pull request PaddlePaddle#10889 from kexinzhao/understand_senti…

    …ment_lod
    
    Modify understand sentiment example using new LoDTensor API
    kexinzhao authored May 25, 2018
    Configuration menu
    Copy the full SHA
    b3f650d View commit details
    Browse the repository at this point in the history
  2. Merge pull request PaddlePaddle#10886 from kexinzhao/label_semantic_r…

    …oles_lod
    
    Simplify label_semantic_roles book example using new LoDTensor API
    kexinzhao authored May 25, 2018
    Configuration menu
    Copy the full SHA
    defbaff View commit details
    Browse the repository at this point in the history
  3. first commit

    kexinzhao committed May 25, 2018
    Configuration menu
    Copy the full SHA
    4d29a5d View commit details
    Browse the repository at this point in the history
  4. remove old fluid cluster benchmark scripts

    yi.wu committed May 25, 2018
    Configuration menu
    Copy the full SHA
    62e22ee View commit details
    Browse the repository at this point in the history
  5. Merge pull request PaddlePaddle#10913 from tpatejko/tpatejko/optimize…

    …d-elementwise-add
    
    Blas optimized elementwise_add forward and backward passes
    luotao1 authored May 25, 2018
    Configuration menu
    Copy the full SHA
    bab1196 View commit details
    Browse the repository at this point in the history
  6. Merge pull request PaddlePaddle#10907 from reyoung/feature/remove_cpp…

    …lint_while_compile
    
    Remove cpplint in cmake
    luotao1 authored May 25, 2018
    Configuration menu
    Copy the full SHA
    ec7f1e9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request PaddlePaddle#10916 from PaddlePaddle/improveDocGen…

    …erationSpeed
    
    Improve doc generation speed
    luotao1 authored May 25, 2018
    Configuration menu
    Copy the full SHA
    5674409 View commit details
    Browse the repository at this point in the history
  8. follow comments

    JiayiFeng committed May 25, 2018
    Configuration menu
    Copy the full SHA
    8147063 View commit details
    Browse the repository at this point in the history
  9. Fix range in data flow analysis (PaddlePaddle#10865)

    * fix range in data flow analysis
    QiJune authored May 25, 2018
    Configuration menu
    Copy the full SHA
    c509c82 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d736fb8 View commit details
    Browse the repository at this point in the history
  11. Diable buggy test

    reyoung committed May 25, 2018
    Configuration menu
    Copy the full SHA
    dd4c977 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c980e4c View commit details
    Browse the repository at this point in the history
  13. Merge pull request PaddlePaddle#10919 from typhoonzero/remove_fluid_o…

    …ld_cluster_benchmark_script
    
    remove old fluid cluster benchmark scripts
    typhoonzero authored May 25, 2018
    Configuration menu
    Copy the full SHA
    7530366 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cd8700f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c770d5c View commit details
    Browse the repository at this point in the history
  16. Merge pull request PaddlePaddle#10930 from reyoung/feature/make_under…

    …stand_sentiment_serial
    
    Disable unstable test
    reyoung authored May 25, 2018
    Configuration menu
    Copy the full SHA
    2013b1c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    36fd705 View commit details
    Browse the repository at this point in the history
  18. Merge pull request PaddlePaddle#10921 from reyoung/feature/change_opt…

    …imizer_tests
    
    Change optimizer to old paddle style
    reyoung authored May 25, 2018
    Configuration menu
    Copy the full SHA
    dd428a0 View commit details
    Browse the repository at this point in the history
  19. fix rename var

    Yancey1989 committed May 25, 2018
    Configuration menu
    Copy the full SHA
    b348e15 View commit details
    Browse the repository at this point in the history
  20. feature/inference api demo impl (PaddlePaddle#10825)

    add inference api demo impl
    Superjomn authored and jacquesqiao committed May 25, 2018
    Configuration menu
    Copy the full SHA
    fd45c6d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0930646 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    83f4e9e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    391c274 View commit details
    Browse the repository at this point in the history
  24. Unified bilinear_interp op Python interface specification (PaddlePadd…

    …le#10925)
    
    * unify UpsamplingBilinear2d interface specification
    
    * unify UpsamplingBilinear2d interface specification
    
    * fix name conventions
    
    * small fix about computation order
    baiyf authored and qingqing01 committed May 25, 2018
    Configuration menu
    Copy the full SHA
    1ba2581 View commit details
    Browse the repository at this point in the history
  25. scripts: clean bash scripts. (PaddlePaddle#10721)

    * scripts: clean bash scripts.
    
    * Fix build related documents.
    wanglei828 authored May 25, 2018
    Configuration menu
    Copy the full SHA
    72149c1 View commit details
    Browse the repository at this point in the history
  26. Add create LoDTensor from list option and simplify recommender book e…

    …xample (PaddlePaddle#10946)
    
    * add create lodtensor from list
    
    * modify book example
    kexinzhao authored May 25, 2018
    Configuration menu
    Copy the full SHA
    c79ec9f View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Configuration menu
    Copy the full SHA
    fb43c6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a62bbd1 View commit details
    Browse the repository at this point in the history
  3. Polygon box transform op for OCR East detection. (PaddlePaddle#10802)

    * Add quad transform.
    
    * Fix some syntax error.
    
    * Fix CUDA kernel launch configure.
    
    * Generalize geometry channels.
    
    * Rename QuadTransform to PolygonRestore.
    
    * Rename op.
    
    * Rename op and fix computation.
    
    * Modify CMakeLists.txt for box_restore op.
    
    * Refine code:
    1. rename op
    2. uncomment unitest on GPU
    wanghaoshuang authored and qingqing01 committed May 26, 2018
    Configuration menu
    Copy the full SHA
    376c948 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2018

  1. Configuration menu
    Copy the full SHA
    96eb47b View commit details
    Browse the repository at this point in the history
  2. add more tests

    Superjomn committed May 27, 2018
    Configuration menu
    Copy the full SHA
    8c6150f View commit details
    Browse the repository at this point in the history
  3. update

    Superjomn committed May 27, 2018
    Configuration menu
    Copy the full SHA
    5b30915 View commit details
    Browse the repository at this point in the history