David Burian

Results 2 comments of David Burian

I ran into this issue as well. The point is that if macro-averaged `MulticlassRecall` doesn't recieve one prediction for each class the runtime error you posted is thrown when `compute()`...

I ran into this issue as well and it's very hard to avoid. E.g. multiprocessing, usually libraries only disable the progress bar instead not using it at all. This makes...