paper-with-me

Papers

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 potential deployment on embedded hardware. However, most low precision training solution is based on a mixed precision strategy. In this paper, we have presented an ablation study on different low precision training strategy and propose a solution for IEEE FP-16 format throughout the training process. We tested the ResNet50 on 128 GPU cluster on ImageNet-full dataset. We have viewed that it is not essential to use FP32 format to train the deep models. We have viewed that communication cost reduction, model compression, and large-scale distributed training are three coupled problems.

📄 PDF Abstract BibTeX arXiv:1911.07384

Code (0)

등록된 구현이 없습니다.

Tasks

GPUModel Compression

Similar Papers 제목 키워드 기반

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…

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

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

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

Compute, Time and Energy Characterization of Encoder-Decoder Networks with Automatic Mixed Precision Training

2020-08-18 · Siddharth Samsi, Michael Jones, Mark M. Veillette

Deep neural networks have shown great success in many diverse fields. The training of these networks can take significant amounts of time, compute and energy. As datasets get larger and models become more complex, the ex…

Decoder