Skip to content

This is the official implementation of the paper "LBB: Load Balanced Batching for Efficient Distributed Learning on Heterogeneous GPU Cluster". We will upload the entire project after we finish organizing it.

Notifications You must be signed in to change notification settings

FLYING37520/LBB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

beab406 · Aug 18, 2023

History

22 Commits
Aug 18, 2023
Aug 18, 2023
Aug 18, 2023
Aug 18, 2023
Aug 18, 2023
Aug 18, 2023
Aug 18, 2023
Aug 18, 2023

Repository files navigation

LBB-Load-Balanced-Batching-for-Efficient-Distributed-Learning-on-Heterogeneous-GPU-Cluster

This is the official implementation of the paper "LBB: Load Balanced Batching for Efficient Distributed Learning on Heterogeneous GPU Cluster".

Data and Models

The dataset used for this project is the CIFAR dataset, and the DNN model from https://github.com/kuangliu/pytorch-cifar is used for testing.


How to run

This project mainly relies on PyTorch, and also requires the numpy, scipy, and pandas packages. After installing the aforementioned packages, simply run LBB.py for distributed traning.

About

This is the official implementation of the paper "LBB: Load Balanced Batching for Efficient Distributed Learning on Heterogeneous GPU Cluster". We will upload the entire project after we finish organizing it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages