paper-with-me

Papers

HetSeq: Distributed GPU Training on Heterogeneous Infrastructure

2020-09-25 · Yifan Ding, Nicholas Botzer, Tim Weninger

Modern deep learning systems like PyTorch and Tensorflow are able to train enormous models with billions (or trillions) of parameters on a distributed infrastructure. These systems require that the internal nodes have the same memory capacity and compute performance. Unfortunately, most organizations, especially universities, have a piecemeal approach to purchasing computer systems resulting in a heterogeneous infrastructure, which cannot be used to compute large models. The present work describes HetSeq, a software package adapted from the popular PyTorch package that provides the capability to train large neural network models on heterogeneous infrastructure. Experiments with transformer translation and BERT language model shows that HetSeq scales over heterogeneous systems. HetSeq can be easily extended to other models like image classification. Package with supported document is publicly available at https://github.com/yifding/hetseq.

📄 PDF Abstract BibTeX arXiv:2009.14783

Code (1)

yifding/hetseq 공식 구현 pytorch

Tasks

GPUimage-classificationImage ClassificationLanguage ModelingLanguage ModellingTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
WordPiece 설명 없음
Multi-Head Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

ASTRA-sim2.0: Modeling Hierarchical Networks and Disaggregated Systems for Large-model Training at Scale

2023-03-24 · William Won, Taekyung Heo, Saeed Rashidi, Srinivas Sridharan 외

As deep learning models and input data are scaling at an unprecedented rate, it is inevitable to move towards distributed training platforms to fit the model and increase training throughput. State-of-the-art approaches …

OmniLearn: A Framework for Distributed Deep Learning over Heterogeneous Clusters

2025-03-21 · Sahil Tyagi, Prateek Sharma

Deep learning systems are optimized for clusters with homogeneous resources. However, heterogeneity is prevalent in computing infrastructure across edge, cloud and HPC. When training neural networks using stochastic grad…

Deep Learning

Communication-Efficient Large-Scale Distributed Deep Learning: A Comprehensive Survey

2024-04-09 · Feng Liang, Zhen Zhang, Haifeng Lu, Victor C. M. Leung 외

With the rapid growth in the volume of data sets, models, and devices in the domain of deep learning, there is increasing attention on large-scale distributed deep learning. In contrast to traditional distributed deep le…

Data CompressionDeep LearningSchedulingSurvey

Post-Deterministic Distributed Systems: A New Foundation for Trustworthy Autonomous Infrastructure

2026-06-01 · Jun He, Deying Yu arxiv

For decades, distributed systems have typically assumed that correct participants execute protocol-specified behavior with stable, externally defined, and deterministic semantics. Classical theory has extensively paramet…

AI4EOSC: a Federated Cloud Platform for Artificial Intelligence in Scientific Research

2025-12-18 · Ignacio Heredia, Álvaro López García, Fernando Aguilar Gómez, Diego Aguirre 외 arxiv

The rapid growth of Artificial Intelligence and Machine Learning in scientific research has highlighted a gap between industry-standard MLOps tools and platforms, and the unique requirements of modern and Open Science, p…