Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2022-10-14 | extra message for unpicking fails | AUTOMATIC | -1/+8 | |
2022-10-11 | become even stricter with pickles | AUTOMATIC | -0/+17 | |
no pickle shall pass thank you again, RyotaK | ||||
2022-10-10 | Newer versions of PyTorch use TypedStorage instead | brkirch | -1/+5 | |
Pytorch 1.13 and later will rename _TypedStorage to TypedStorage, so check for TypedStorage and use _TypedStorage if it is not available. Currently this is needed so that nightly builds of PyTorch work correctly. | ||||
2022-10-09 | add DoubleStorage to list of allowed classes for pickle | AUTOMATIC | -1/+1 | |
2022-10-09 | added guard for torch.load to prevent loading pickles with unknown content | AUTOMATIC | -0/+89 | |