PyTorch
Tensors
Tensors are a specialized data structure that are very similar to arrays and matrices. In PyTorch, we use tensors to encode the inputs and outputs of a model, as well as the model’s parameters.
Datasets & Dataloaders
Reference
Linked Mentions
-
No backlinks found.