Updated Autograd Onboarding Lab (markdown)

Richard Zou
2021-06-29 16:38:43 -04:00
parent c792d91298
commit 65a50e6e8d

@ -8,7 +8,7 @@ You should add both your mentor as well as @albanD as a reviewer for this PR.
For this lab, we are going to consider the following attention function
```
```py
import torch
def attn(q, k, v):