Skip to content

Fix data_feeder LoD bug#10677

Merged
kexinzhao merged 1 commit intoPaddlePaddle:developfrom
kexinzhao:data_feeder_fix
May 16, 2018
Merged

Fix data_feeder LoD bug#10677
kexinzhao merged 1 commit intoPaddlePaddle:developfrom
kexinzhao:data_feeder_fix

Conversation

@kexinzhao
Copy link
Contributor

fix #10676

@kexinzhao kexinzhao requested a review from reyoung May 16, 2018 00:35
Copy link
Collaborator

@reyoung reyoung left a comment

Choose a reason for hiding this comment

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

Cool

# label = [1] * len(data)
result = feeder.feed(
[([1, 2, 3], [1]), ([4, 5], [1]), ([6, 7, 8, 9], [1])])
print(result)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this necessary?

Copy link
Contributor Author

@kexinzhao kexinzhao May 16, 2018

Choose a reason for hiding this comment

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

No, will remove it in future PR. Thanks!

@kexinzhao kexinzhao merged commit d73f2bd into PaddlePaddle:develop May 16, 2018
@kexinzhao kexinzhao deleted the data_feeder_fix branch May 16, 2018 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants