1. 17 Dec, 2022 2 commits
    • brkirch's avatar
      Add attributes used by MPS · cca16373
      brkirch authored
      cca16373
    • brkirch's avatar
      Add numpy fix for MPS on PyTorch 1.12.1 · 16b4509f
      brkirch authored
      When saving training results with torch.save(), an exception is thrown:
      "RuntimeError: Can't call numpy() on Tensor that requires grad. Use tensor.detach().numpy() instead."
      
      So for MPS, check if Tensor.requires_grad and detach() if necessary.
      16b4509f
  2. 10 Dec, 2022 34 commits
  3. 09 Dec, 2022 3 commits
  4. 07 Dec, 2022 1 commit