Deep Learning with PyTorch, Eli Stevens, Luca Antiga, and Thomas Viehmann, 2020 (Manning Publications) - Offers an in-depth, book-length treatment of PyTorch fundamentals, including detailed explanations of tensor operations and memory management.
PyTorch for Former Torchies (Tensor Views Section), PyTorch Core Team, 2024 (PyTorch) - Explains the concept of tensor views in PyTorch, clarifying when operations return views or copies and their implications.