semantic-segmentation-pytorch
semantic-segmentation-pytorch copied to clipboard
add window size to AverageMeter
Add window size to AverageMeter. In this way, we compute the average value in a window size instead of global value history, which may more meaningful.