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

Remove Accuracy #704

Merged
merged 3 commits into from
Mar 12, 2018
Merged

Remove Accuracy #704

merged 3 commits into from
Mar 12, 2018

Conversation

JiayiFeng
Copy link
Collaborator

Accuracy has been removed from Fluid's Evaluator. However, some model configs in the Model repo are still using it. They need to be updated.

test_target = accuracy.metrics + accuracy.states
inference_program = fluid.io.get_inference_program(test_target)
inference_program = fluid.io.get_inference_program(
target_vars=[batch_acc_var, batch_size_var])
Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

是的,两者应该是同一概念

@JiayiFeng JiayiFeng merged commit 131f0ba into PaddlePaddle:develop Mar 12, 2018
@JiayiFeng JiayiFeng deleted the remove_Accuracy branch March 12, 2018 04:39
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.

None yet

2 participants