Using PyTorch similar to NumPy

Is there a way to use PyTorch similar to NumPy, I just want GPU support. I am fine without autograd, I can do hand calculations for gradients. Please guide

Thank you,

yes, please see our tutorials: http://pytorch.org/tutorials/

1 Like