Skip to content

haozhaowang/ICPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meta Information of the Code

(1) ICPPAppendix is the full proof for ICPP 2019.

Haozhao Wang, Song Guo, and Ruixuan Li. "OSP: Overlapping computation and communication in parameter server for fast machine learning." Proceedings of the 48th International Conference on Parallel Processing. 2019.

(2) The four file folders are the source codes for OSP and its comparison models.

Run the program

(1)Dependency

The program is based on PyTorch 1 and Python 3.

(2) Start orders

(a) Start Server

python param_server.py

--ps-ip

--ps-port

--this-rank=0

--workers-num

--model

--epochs

--train-bsz

(b) Start a learner

python learner.py

--ps-ip

--ps-port

--this-rank

--workers-num

--model

--epochs

--train-bsz

--stale-threshold

About

Documents for ICPP 2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages