requires_grad
)backward()
).grad
)torch.nn
torch.nn.Module
Base Classtorch.nn
losses)torch.optim
)torch.utils.data.Dataset
torchvision.transforms
)torch.utils.data.DataLoader
Was this section helpful?
torch.nn
- PyTorch Documentation, PyTorch Foundation, 2024 - Describes the fundamental building blocks for neural networks in PyTorch, including the nn.Module
base class and its forward
method.