ScoreConsumer
- class ScoreConsumer[source]
Bases:
objectA 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