JovianJovian
Sign In

Assignment 1 - All About torch.Tensor

Deep Learning with PyTorch: Zero to GANs

← Back
Course Home
Lesson 1 - PyTorch Basics and Gradient Descent
← Back
Next →
Course Home
Lesson 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
Next →

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
Notebook
Submit
Resources
aakashns/01-tensor-operations
 Run on Colab
 Run on Kaggle
 Run on Binder
Open in New Tab
Loading...