You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyTorch recently introduced a torch.frombuffer method pytorch/pytorch#59077
We should use it to simplify our code whenever possible, instead of relying on alternatives like torch.from_numpy(np.frombuffer)).