- Deep Learning Essentials
- Wei Di Anurag Bhardwaj Jianing Wei
- 147字
- 2021-06-30 19:17:48
Hard drive
Typical deep learning applications required large sets of data that is in 100s of GB. Since this data cannot be set in any RAM, there is an ongoing data pipeline is constructed. A deep learning application loads the mini-batch data from GPU RAM, which in turns keeps on reading data from CPU RAM, which loads data directly from the hard drive. Since GPU's have a larger number of cores and each of these cores have a mini-batch of their data, they constantly need to be reading large volumes of data from the disk to allow for high data parallelism.
For example, in AlexNet's Convolutional Neural Network (CNN) based model, roughly 300 MB of data needs to be read every second. This can often cripple the overall application performance. Hence, a solid state driver (SSD) is often the right choice for most deep learning application developers.
- Big Data Analytics with Hadoop 3
- R Machine Learning By Example
- Hands-On Neural Networks with Keras
- 大學計算機應用基礎
- Maya極速引擎:材質篇
- 水晶石精粹:3ds max & ZBrush三維數字靜幀藝術
- 學會VBA,菜鳥也高飛!
- 悟透AutoCAD 2009案例自學手冊
- 網絡服務搭建、配置與管理大全(Linux版)
- Excel 2010函數與公式速查手冊
- 自動化生產線安裝與調試(三菱FX系列)(第二版)
- Mastering DynamoDB
- AVR單片機C語言程序設計實例精粹
- Apache Spark Machine Learning Blueprints
- 設計中的人因:34個設計小故事