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/py executor test #4922

Merged
merged 77 commits into from
Oct 19, 2017
Merged

Commits on Oct 11, 2017

  1. Configuration menu
    Copy the full SHA
    f5d9005 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Configuration menu
    Copy the full SHA
    5488ec9 View commit details
    Browse the repository at this point in the history
  2. Update LayerHelper

    reyoung committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    153d9a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Configuration menu
    Copy the full SHA
    e016726 View commit details
    Browse the repository at this point in the history
  2. Add debug string for Python ProtoBuf

    and Rename `Sync` to `Flush`
    JiayiFeng committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    f6570b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7cffb7 View commit details
    Browse the repository at this point in the history
  4. Layer wrapper for FC

    reyoung committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    e017ba2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cf33cb View commit details
    Browse the repository at this point in the history
  6. Fix unittest

    reyoung committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    cd93f12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e613de View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2017

  1. Configuration menu
    Copy the full SHA
    3ab53e4 View commit details
    Browse the repository at this point in the history
  2. Fix CI

    reyoung committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    a281c39 View commit details
    Browse the repository at this point in the history
  3. Add code generator

    reyoung committed Oct 15, 2017
    Configuration menu
    Copy the full SHA
    03fc36c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. AttributeChecker Better error log and speicalize bool

    Since lots of types can be cast to bool
    reyoung committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    32cdc7b View commit details
    Browse the repository at this point in the history
  2. Complete mlp, fit_a_line

    reyoung committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    d28c2c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    647e1eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    216979d View commit details
    Browse the repository at this point in the history
  5. Expose get global scope

    reyoung committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    50bd700 View commit details
    Browse the repository at this point in the history
  6. Make global scope not thread-safe

    1. It is no need to make global scope thread-safe, since it will be
    invoked in Python main thread.
    2. Do not free the global scope when C++ exit. Let the OS free memories,
    otherwise, we need to handle the destroy dependencies.
    
    See
    https://google.github.io/styleguide/cppguide.html#Static_and_Global_Variables
    reyoung committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    0e5ba8c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6723273 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    122bd2a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. Fix

    reyoung committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    686ac1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e18e79d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d87e137 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c778e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93643c3 View commit details
    Browse the repository at this point in the history
  6. Stash

    reyoung committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    9310a3b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0d1172 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c05974 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dad5769 View commit details
    Browse the repository at this point in the history
  10. Fix bugs

    JiayiFeng committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    aa00ab8 View commit details
    Browse the repository at this point in the history
  11. Stash

    reyoung committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    a307501 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    df9d100 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0f5731a View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Configuration menu
    Copy the full SHA
    ac6b11b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    072d6d0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    f92dc30 View commit details
    Browse the repository at this point in the history
  4. Polish code style

    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    71ec313 View commit details
    Browse the repository at this point in the history
  5. Stash

    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    e6f0924 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    87938e4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3e1ecf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9f99377 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0af66c5 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    b337e18 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    175bfd5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d684bc View commit details
    Browse the repository at this point in the history
  13. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    f73b9f2 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    291e7d2 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'feature/remove_global_instance_of_program' into feature…

    …/copy_ctor_program_des
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    6a4f6d9 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'develop' of github.com:baidu/Paddle into feature/remove…

    …_global_instance_of_program
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    4f6d3c6 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'feature/remove_global_instance_of_program' into feature…

    …/copy_ctor_program_des
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    60f96d1 View commit details
    Browse the repository at this point in the history
  18. Fix bugs

    JiayiFeng committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    d5d025a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    06ea1b7 View commit details
    Browse the repository at this point in the history
  20. Add unittest

    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    7842b2c View commit details
    Browse the repository at this point in the history
  21. Fix unit test error

    JiayiFeng committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    c36464f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3ccaf48 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ab55cbe View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e61be25 View commit details
    Browse the repository at this point in the history
  25. Remove unused functions

    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    36ca498 View commit details
    Browse the repository at this point in the history
  26. Add clone for Python Program

    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    c0c5fdd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1c184a9 View commit details
    Browse the repository at this point in the history
  28. Working on executor

    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    6dbc038 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    a64031d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    53c5bcc View commit details
    Browse the repository at this point in the history
  31. Stash

    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    81fb44c View commit details
    Browse the repository at this point in the history
  32. Add glog as dependencies of ops

    * Use VLOG to logging some information is helpful when we debug Paddle
    reyoung committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    20e1297 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    5f426cf View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    68cd25b View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    32342f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2017

  1. Test executor

    reyoung committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    a4868c6 View commit details
    Browse the repository at this point in the history
  2. Complete unittest

    reyoung committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    1fb8e4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc94946 View commit details
    Browse the repository at this point in the history
  4. Polish code

    reyoung committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    82e8f65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ca9002 View commit details
    Browse the repository at this point in the history
  6. Fix merge error

    reyoung committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    62cb355 View commit details
    Browse the repository at this point in the history
  7. Follow comment

    reyoung committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    58ccf55 View commit details
    Browse the repository at this point in the history
  8. Polish Python Code

    reyoung committed Oct 19, 2017
    Configuration menu
    Copy the full SHA
    9bec178 View commit details
    Browse the repository at this point in the history