- Deep Learning with PyTorch
- Vishnu Subramanian
- 101字
- 2021-06-24 19:16:24
5-D tensors
One common example where you may have to use a five-dimensional tensor is video data. Videos can be split into frames, for example, a 30-second video containing a panda playing with a ball may contain 30 frames, which could be represented as a tensor of shape (1 x 30 x 224 x 224 x 3). A batch of such videos can be represented as tensors of shape (32 x 30 x 224 x 224 x 3)—30 in the example represents, number of frames in that single video clip, where 32 represents the number of such video clips.
推薦閱讀
- 24小時學(xué)會電腦組裝與維護
- Raspberry Pi 3 Cookbook for Python Programmers
- 電腦軟硬件維修大全(實例精華版)
- Applied Unsupervised Learning with R
- Deep Learning with PyTorch
- 嵌入式技術(shù)基礎(chǔ)與實踐(第5版)
- Learning Game Physics with Bullet Physics and OpenGL
- Large Scale Machine Learning with Python
- Machine Learning Solutions
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- Blender Game Engine:Beginner's Guide
- 微控制器的應(yīng)用
- FPGA實戰(zhàn)訓(xùn)練精粹
- 筆記本電腦的結(jié)構(gòu)、原理與維修
- 分布式存儲系統(tǒng):核心技術(shù)、系統(tǒng)實現(xiàn)與Go項目實戰(zhàn)