Skip to content

分布式部署TensorflowMnist手写字体识别任务/ A distributed version of Mnist with Tensorflow

Notifications You must be signed in to change notification settings

leo-mao/dist-mnist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

分布式部署TensorflowMnist手写字体识别任务

How to run

git clone [email protected]:leo-mao/dist-mnist.git

git clone [email protected]:leo-mao/dist-mnist.git
python distributed_server-basic.py --job_name ps --task_index 0 --ps_hosts 127.0.0.1:9910 --worker_hosts 127.0.0.1:9900,127.0.0.1:9901
python distributed_server-basic.py --job_name worker --task_index 0 --ps_hosts 127.0.0.1:9910 --worker_hosts 127.0.0.1:9900,127.0.0.1:9901
python distributed_server-basic.py --job_name worker --task_index 1 --ps_hosts 127.0.0.1:9910 --worker_hosts 127.0.0.1:9900,127.0.0.1:9901 

About

分布式部署TensorflowMnist手写字体识别任务/ A distributed version of Mnist with Tensorflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages