CountScoreConsumer
- class CountScoreConsumer[source]
Bases:
ScoreConsumerA simple consumer which counts the number of batches and scores.
Initialize the consumer.
Methods Summary
__call__(batch, target, scores)Consume scores for the given hr_batch.
Methods Documentation