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 pnpair evaluator bug #3473

Merged
merged 3 commits into from
Aug 14, 2017
Merged

Conversation

wanghaoshuang
Copy link
Contributor

fix #3465

@wanghaoshuang wanghaoshuang changed the title Fix pnpair evaluator Fix pnpair evaluator bug Aug 14, 2017
@@ -297,9 +297,8 @@ def auc_evaluator(
def pnpair_evaluator(
input,
label,
info,
Copy link
Contributor

Choose a reason for hiding this comment

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

do not delete info, it is useful in https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/gserver/evaluators/Evaluator.cpp#L874

the info should be put into input.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thks.

@wanghaoshuang wanghaoshuang removed the request for review from dzhwinter August 14, 2017 10:27
1. Append info into input after label and before weight.
@wanghaoshuang wanghaoshuang merged commit f80fea8 into PaddlePaddle:develop Aug 14, 2017
@wanghaoshuang wanghaoshuang deleted the fix_pnpair branch August 14, 2017 11:26
heavengate pushed a commit to heavengate/Paddle that referenced this pull request Aug 16, 2021
* refine keypoint deploy

* fit video infer

* fix post process

* update comments for keypoint_batch_size
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.

pnpair_evaluator args bug
2 participants