pfnet / pytorch-pfn-extras

Supplementary components to accelerate research and development in PyTorch
https://medium.com/pytorch/migration-from-chainer-to-pytorch-8ed92c12c8
MIT License
268 stars 51 forks source link

Ignore BrokenBarrierError in comparer test #793

Closed asi1024 closed 7 months ago

asi1024 commented 7 months ago

Fix https://github.com/pfnet/pytorch-pfn-extras/issues/791.

OutputsComparer compares calculation results on all workers in parallel. If the check fails on a thread, the threads raises an AssertionError and destroys the threading.Barrier, and the waiting threads raise a BrokenBarrierError stochastically.

asi1024 commented 7 months ago

/test