- 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.
推薦閱讀
- 電腦維護與故障排除傻瓜書(Windows 10適用)
- 硬件產品經理成長手記(全彩)
- 嵌入式系統設計教程
- 微服務分布式架構基礎與實戰:基于Spring Boot + Spring Cloud
- 單片機系統設計與開發教程
- Machine Learning Solutions
- VMware Workstation:No Experience Necessary
- 超大流量分布式系統架構解決方案:人人都是架構師2.0
- Python Machine Learning Blueprints
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構
- Mastering Quantum Computing with IBM QX
- Deep Learning with Keras
- UML精粹:標準對象建模語言簡明指南(第3版)
- 微服務架構實戰:基于Spring Boot、Spring Cloud、Docker
- 快·易·通:2天學會電腦組裝·系統安裝·日常維護與故障排除