Tensor Operations - Reshape and Slice - Deep Learning with PyTorch 3

Опубликовано: 15 Май 2023
на канале: Codemy.com
16,666
494

In this video we'll look at some basic Tensor Operations for Deep Learning with Pytorch.

We'll look at Reshape and View, as well as grabbing individual items from our tensor.

I'll also speak a bit about slices.

#pytorch #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:04 - Create Tensor
1:22 - Reshape Tensor
2:15 - Reshape Must Match Numbers
2:32 - Reshape With -1
4:22 - Reshape Vs. View
5:54 - Rehsape and View Will Update
7:25 - Tensor Slices
8:55 - Grab Column Slice
10:18 - Conclusion