Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Functions
torch.nn.functional.leaky_relu
torch.nn.functional.logsigmoid
torch.nn.functional.log_softmax
torch.nn.functional.batch_norm
Modules
Transforms
torchvison.transforms.ToTensor
torchvision.transforms.Normalize
torchvision.transforms.Compose
Referneces
Using Dropout in Pytorch: nn.Dropout vs. F.dropout
How does transforms.ToTensor() work and computation of mean and std values