Replies: 1 comment
-
Thanks @smachar! Unfortunately, I only saw this message now. But @aaarrti fixed this earlier this year (right now we only use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From my understanding, please correct me if I am wrong, the
BatchedMetric
evaluate batch of instances over the batches generated bygenerate_batches
method and forMetric
it just iterates over the instances. If this true why there are those two options ? I mean why not using just theBatchedMetric
which is equivalent toMetric
whenbatch_size=1
.It's kind of confusing as in every metric's method the input data argument is named
x_batch
and expected to be batched !!!Thanks in advance for clarifying this :)
Beta Was this translation helpful? Give feedback.
All reactions