Skip to main content
SHARE
Publication

Exploring flexible communications for streamlining DNN ensemble training pipelines...

by Randall Pittman, Hui Guan, Xipeng Shen, Seung-hwan Lim, Robert M Patton
Publication Type
Conference Paper
Journal Name
Proceedings of the International Conference for High Performance Computing, Networking, Storage, and Analysis
Publication Date
Page Number
64
Volume
18
Issue
1
Conference Name
SC18: International Conference for High Performance Computing, Networking, Storage and Analysis
Conference Location
Dallas, Texas, United States of America
Conference Sponsor
IEEE/ACM
Conference Date
-

Parallel training of a Deep Neural Network (DNN) ensemble on a cluster of nodes is a common practice to train multiple models in order to construct a model with a higher prediction accuracy, or to quickly tune the parameters of a training model. Existing ensemble training pipelines perform a great deal of redundant operations, resulting in unnecessary CPU usage, or even poor pipeline performance. In order to remove these redundancies, we need pipelines with more communication flexibility than existing DNN frameworks can provide. This project investigates a series of designs to improve pipeline flexibility and adaptivity, while also increasing performance. We implement our designs using Tensorflow with Horovod, and test it using several large DNNs in a large scale GPU cluster, the Titan supercomputer at Oak Ridge National Lab. Our results show that with the new flexible communication schemes, the CPU time spent during training is reduced by 2-11X. Furthermore, our implementation can achieve up to 10X speedups when CPU core limits are imposed. Our best pipeline also reduces the average power draw of the ensemble training process by 5--16% when compared to the baseline.