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

num_instances Metric is identical to num_inferences Metric #30

Open
hollad opened this issue May 21, 2021 · 0 comments
Open

num_instances Metric is identical to num_inferences Metric #30

hollad opened this issue May 21, 2021 · 0 comments

Comments

@hollad
Copy link

hollad commented May 21, 2021

Compare how both metrics are incremented:

self._num_instances.inc(examples_count)

and

self._inference_counter.inc(examples_count)

This doesn't seem correct.

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

No branches or pull requests

1 participant