Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.23 KB

File metadata and controls

25 lines (19 loc) · 1.23 KB

Getting Started With Pytorch

This folder provides tutorial code for deep learning researchers to learn PyTorch.

Outline of Notebook

  • PyTorch
  • Initialising, slicing, reshaping tensors
  • Numpy and PyTorch interfacing
  • GPU support for PyTorch + Enabling GPUs on Google Colab
  • Speed comparisons, Numpy -- PyTorch -- PyTorch on GPU
  • Autodiff concepts and application
  • Writing a basic learning loop using autograd
  • Conclusion

Jump into code

Medium Blog