Reference request about pytorch tutorial

I have read the recent pytorch tutorial book.But I want to know more about data type in pytorch, how the computational graph work,how to define function and new module in pytorch. Is there some easy to digest resources for these topics with good example?

You can find in the doc some notes about the autograd, how to extend function and modules and tensors.

1 Like