ScoreConsumer
- class ScoreConsumer[source]
Bases:
object
A consumer of scores for visitor pattern.
Methods Summary
__call__
(batch, target, scores)Consume scores for the given hr_batch.
finalize
()Finalize the result to build a score pack.
Methods Documentation