diff --git a/Tensor-and-Operator-Basics.md b/Tensor-and-Operator-Basics.md index 4c331af..78cd663 100644 --- a/Tensor-and-Operator-Basics.md +++ b/Tensor-and-Operator-Basics.md @@ -32,5 +32,9 @@ A Tensor [consists of](https://github.com/pytorch/pytorch/blob/2d6fd22e241763da6 - Try out the Tensor Views lab ([link](https://colab.research.google.com/drive/1rJP2aw-f5Iwqwri0_Ei_OI8_esh1Nyeq#scrollTo=LpTEuP0JZzav&line=1&uniqifier=1)) +## Bonus Lab +- After completing the views lab if you have extra time feel free to work through Sasha Rush's [Tensor Puzzles](https://github.com/srush/Tensor-Puzzles) + +