paper-with-me

Papers

Training Distributed Deep Recurrent Neural Networks with Mixed Precision on GPU Clusters

2019-11-30 · Alexey Svyatkovskiy, Julian Kates-Harbeck, William Tang

In this paper, we evaluate training of deep recurrent neural networks with half-precision floats. We implement a distributed, data-parallel, synchronous training algorithm by integrating TensorFlow and CUDA-aware MPI to enable execution across multiple GPU nodes and making use of high-speed interconnects. We introduce a learning rate schedule facilitating neural network convergence at up to $O(100)$ workers. Strong scaling tests performed on clusters of NVIDIA Pascal P100 GPUs show linear runtime and logarithmic communication time scaling for both single and mixed precision training modes. Performance is evaluated on a scientific dataset taken from the Joint European Torus (JET) tokamak, containing multi-modal time series of sensory measurements leading up to deleterious events called plasma disruptions, and the benchmark Large Movie Review Dataset~\cite{imdb}. Half-precision significantly reduces memory and network bandwidth, allowing training of state-of-the-art models with over 70 million trainable parameters while achieving a comparable test set performance as single precision.

📄 PDF Abstract BibTeX arXiv:1912.00286

Code (0)

등록된 구현이 없습니다.

Tasks

GPUTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

QSync: Quantization-Minimized Synchronous Distributed Training Across Hybrid Devices

2024-07-02 · Juntao Zhao, Borui Wan, Yanghua Peng, Haibin Lin 외

A number of production deep learning clusters have attempted to explore inference hardware for DNN training, at the off-peak serving hours with many inference GPUs idling. Conducting DNN training with a combination of he…

GPUQuantization

Training Time Prediction for Mixed Precision-based Distributed Training

2026-04-17 · Minchul Kang, Changyong Shin, Jinwoo Jeong, Hyunho Lee 외 arxiv

Accurate prediction of training time in distributed deep learning is crucial for resource allocation, cost estimation, and job scheduling. We observe that the floating-point precision setting is a key determinant of trai…

Distributed Low Precision Training Without Mixed Precision

2019-11-18 · Zehua Cheng, Weiyang Wang, Yan Pan, Thomas Lukasiewicz

Low precision training is one of the most popular strategies for deploying the deep model on limited hardware resources. Fixed point implementation of DCNs has the potential to alleviate complexities and facilitate poten…

GPUModel Compression

OpenSeq2Seq: Extensible Toolkit for Distributed and Mixed Precision Training of Sequence-to-Sequence Models

2018-07-01 · WS 2018 7 · Oleksii Kuchaiev, Boris Ginsburg, Igor Gitman, Vitaly Lavrukhin 외

We present OpenSeq2Seq {--} an open-source toolkit for training sequence-to-sequence models. The main goal of our toolkit is to allow researchers to most effectively explore different sequence-to-sequence architectures. …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DecoderMachine Translation+3

FP8-LM: Training FP8 Large Language Models

2023-10-27 · Houwen Peng, Kan Wu, Yixuan Wei, Guoshuai Zhao 외

In this paper, we explore FP8 low-bit data formats for efficient training of large language models (LLMs). Our key insight is that most variables, such as gradients and optimizer states, in LLM training can employ low-pr…

GPU