ContinualAI / avalanche

Avalanche: an End-to-End Library for Continual Learning based on PyTorch.
http://avalanche.continualai.org
MIT License
1.71k stars 280 forks source link

fix issue #1597 #1598

Closed AntonioCarta closed 4 months ago

AntonioCarta commented 4 months ago

@AlbinSou this should fix your issue.

Closes #1597

AntonioCarta commented 4 months ago

@lrzpellegrini I think the distributed tests are failing.

lrzpellegrini commented 4 months ago

Yes, classic distributed issues. The problem is not on the code itself, but how torch shuts down the distributed module when exiting the process. I'll add a final sync + a different way to detect if a test failed.