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

Fix bug for backward tanspiler when using parallel_do operator. #9282

Merged
merged 2 commits into from
Mar 22, 2018

Conversation

qingqing01
Copy link
Contributor

@qingqing01 qingqing01 commented Mar 21, 2018

Fix #9281

Temporarily fix bug for backward tanspiler when using parallel_do operator. Maybe @JiayiFeng will have a better fixing.

@qingqing01 qingqing01 requested a review from reyoung March 22, 2018 04:18
@qingqing01 qingqing01 changed the title Temporarily fix bug for backward tanspiler when using parallel_do operator. Fix bug for backward tanspiler when using parallel_do operator. Mar 22, 2018
@qingqing01 qingqing01 merged commit 8f87286 into PaddlePaddle:develop Mar 22, 2018
mikeseven added a commit to mikeseven/Paddle that referenced this pull request Mar 22, 2018
* commit '9c35b0dc1ba0ace5acf721685802a21045ea1249': (36 commits)
  Fix dist compile error (PaddlePaddle#9320)
  Fix bug for backward tanspiler when using parallel_do operator. (PaddlePaddle#9282)
  update
  fix transpiler bug
  Update index_en.rst (PaddlePaddle#9286)
  "fix mixed_vector bug" (PaddlePaddle#9319)
  Update index_en.rst (PaddlePaddle#9280)
  Adjust some contents in write_docs_en.rst for Contribue Documentation (PaddlePaddle#9147)
  CMake refine for HIP support. Fix CI.
  Reuduce memory copy when communication between trainer and pserver. (PaddlePaddle#9271)
  Modified build.sh and remove build_doc.sh
  fix doc
  Enhance device context pool (PaddlePaddle#9293)
  Device blobs are created only in training. Added testing attribute
  Shrink batch_norm_grad's inputs
  updates
  prepare and create op before run
  wip
  small fix
  initial commit
  ...

# Conflicts:
#	cmake/external/eigen.cmake
@qingqing01 qingqing01 deleted the parallel_do_backward branch March 26, 2018 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

There is bug in backward transpiler when using parallel_op.
2 participants