Quiz questions

2-07

  • 17:51:32: Q1 How can I get tensor([[0,2,4,6],[1,3,5,7]])?

  • 17:54:58: how do you create the tensor from arange? combining with view or maybe transpose?

  • 18:08:34: Q2. what do you expect if I run “x.grad” here?