Assignment 1 - All About torch.Tensor
Deep Learning with PyTorch: Zero to GANs
← Back Next →
Course HomeLesson 2 - Working with Images and Logistic RegressionAssignment 2 - Train Your First ModelLesson 3 - Training Deep Neural Networks on a GPUAssignment 3 - Feed Forward Neural NetworksLesson 4 - Image Classification with Convolutional Neural NetworksLesson 5 - Data Augmentation, Regularization & ResNetsLesson 6: Generative Adversarial Networks and Transfer LearningProject - Train a Deep Learning Model from Scratch
The objective of this assignment is to develop a solid understanding of PyTorch tensors. In this assignment you will:
- Pick 5 interesting functions related to PyTorch tensors by reading the documentation
- Create a Jupyter notebook using a starter template to illustrate their usage
aakashns/01-tensor-operations
Loading...