- 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.
推薦閱讀
- Intel FPGA/CPLD設計(基礎篇)
- Linux KVM虛擬化架構實戰指南
- Applied Unsupervised Learning with R
- 極簡Spring Cloud實戰
- Linux運維之道(第2版)
- Mastering Manga Studio 5
- 筆記本電腦維修不是事兒(第2版)
- Rapid BeagleBoard Prototyping with MATLAB and Simulink
- “硬”核:硬件產品成功密碼
- 基于PROTEUS的電路設計、仿真與制板
- Wireframing Essentials
- 單片微機原理及應用
- 單片機原理及應用
- USB應用開發寶典
- Raspberry Pi Home Automation with Arduino