Log unreduced results as histogram with EvalResult

You probably could by accessing whatever reduce function you specify when you add anything to the result for any given step.

Do you definitively need to do this gathering on epoch ending? Is there any way you can refactor to just gather the results using the step end methods? I’m not sure otherwise how to gather, other than to use PyTorch’s distributed API.