Skip to content

Fix single pserver transpile error after merging#11155

Merged
seiriosPlus merged 1 commit intoPaddlePaddle:developfrom
typhoonzero:fix_transpiler_merged_bug
Jun 4, 2018
Merged

Fix single pserver transpile error after merging#11155
seiriosPlus merged 1 commit intoPaddlePaddle:developfrom
typhoonzero:fix_transpiler_merged_bug

Conversation

@typhoonzero
Copy link
Contributor

Fix #11112

block_map[varname] = []
block_map[varname].append((long(offset), long(size)))
# Do not remove this important debug message:
print("block map: %s" % block_map)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to delete print

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I intentionally leave this debug message here, this message is very important for debugging, and for distributed training, people may not be bothered by this single log.

Copy link
Collaborator

@seiriosPlus seiriosPlus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@seiriosPlus seiriosPlus merged commit 9f0dcfd into PaddlePaddle:develop Jun 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants