|
|
|
|
|
by ofrzeta
723 days ago
|
|
I didn't understand why a vector is defined as a = torch.tensor([[3], [4], [5], [5]]) and then, a paragraph below, it's a = torch.tensor([1.0, 2.0, 4.0, 8.0]) or b = torch.tensor([1.0, 0.5, 0.25, 0.125]) Also someone might be puzzled by the use of the tensor method while the notion of a tensor has not yet been introduced. I understand that it's quite difficult to introduce all concepts at once, though. Anyway, thanks for the resource and keep it up! |
|