Aren Siekmeier
Results
2
comments of
Aren Siekmeier
I had this error with torch 1.8.0 and it was fixed with torch 1.8.1. https://github.com/pytorch/pytorch/issues/53336
This should always import from `collections.abc` (no need to check if it exists) as that has been the import path since 3.3 when importing ABCs directly from collections was deprecated....