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

Add interface to launch parallel dygraph by multiprocessing #26044

Merged

Commits on Aug 7, 2020

  1. Configuration menu
    Copy the full SHA
    97b8bdc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00b56d5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. add print config arg

    chenwhql committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    17f7fe9 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

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

Commits on Aug 13, 2020

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

Commits on Aug 14, 2020

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

Commits on Aug 15, 2020

  1. support run in python 2

    chenwhql committed Aug 15, 2020
    Configuration menu
    Copy the full SHA
    8101b03 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. polish python2 support code

    chenwhql committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    d3b9a06 View commit details
    Browse the repository at this point in the history
  2. remove python2 support

    chenwhql committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    48c46ff View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. refine launch import

    chenwhql committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    b06d400 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … dygraph/add_multiprocess_run_interface
    chenwhql committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    e1df353 View commit details
    Browse the repository at this point in the history
  3. polish dome design details

    chenwhql committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    2c7b3fd View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … dygraph/add_multiprocess_run_interface
    chenwhql committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    39fddff View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

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

Commits on Aug 24, 2020

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

    … dygraph/add_multiprocess_run_interface
    chenwhql committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    95c0367 View commit details
    Browse the repository at this point in the history
  3. add more unittests & doc

    chenwhql committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    04580d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. fix unittest failed

    chenwhql committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    131afd4 View commit details
    Browse the repository at this point in the history
  2. polish english doc

    chenwhql committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    e170f10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ef215d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b27cfee View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. fix unittest failed

    chenwhql committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    f50f343 View commit details
    Browse the repository at this point in the history
  2. fix parallel_env unittest

    chenwhql committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    11221a8 View commit details
    Browse the repository at this point in the history
  3. fix several typos

    chenwhql committed Aug 26, 2020
    Configuration menu
    Copy the full SHA
    0980c23 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Configuration menu
    Copy the full SHA
    af50518 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a378140 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cca82b6 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … dygraph/add_multiprocess_run_interface
    chenwhql committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    82223a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d39331c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10df04c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a2d7e8 View commit details
    Browse the repository at this point in the history
  8. polish doc details

    chenwhql committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    0582c4b View commit details
    Browse the repository at this point in the history
  9. open spawn unittests

    chenwhql committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    9ceaeff View commit details
    Browse the repository at this point in the history
  10. try to fix doc compile error

    chenwhql committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    4b7d810 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4261e22 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2020

  1. Configuration menu
    Copy the full SHA
    cad6872 View commit details
    Browse the repository at this point in the history
  2. resolve develop conflict

    chenwhql committed Aug 28, 2020
    1 Configuration menu
    Copy the full SHA
    377c919 View commit details
    Browse the repository at this point in the history