Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 508 Bytes

index.md

File metadata and controls

17 lines (13 loc) · 508 Bytes
title id permalink layout
PyTorch | Some Tutorial
tutorial
/tutorials/intro/
tutorial

Tutorials

Introduction to PyTorch for former Torchies

A perfect introduction to PyTorch's torch, autograd, nn and optim APIs for the former Torch user

Custom C extensions

Write your own C code that interfaces into PyTorch via FFI

Writing your own neural network module that uses numpy and scipy

[link](Creating extensions using numpy and scipy.ipynb)