Markus Dolensky
Results
1
comments of
Markus Dolensky
Just ran into the same problem. Pytorch v2.3.0 no longer defines function `_accumulate` in `torch/_utils.py`. What worked for me was to patch the code from an older version, namely [v2.2.0](https://github.com/pytorch/pytorch/blob/v2.2.0/torch/_utils.py#L497)...