Kaixhin/grokking-pytorch

Correction?

Closed this issue · 1 comments

Thanks for writing this, Kai!

I believe:

you'd have to set requires_grad=True when constructing a tensor for this

should be:

you'd have to set requires_grad=False when constructing a tensor for this

I realise the confusion here - I did want False, but have just made the context a bit clearer 🙂