Skip to content

tobiajo/yarntf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yarntf (moved to: hops-tensorflow)

yarntf simplifies the distributed TensorFlow programming model, for running machine learning applications on Hadoop YARN clusters.

User Guide

In general it is as simple as follows.

  1. In your code: replace tf.train.ClusterSpec() and tf.train.Server() with yarntf.createClusterServer()
  2. On your cluster: submit the application with hops-tensorflow

Your ClusterSpec is generated automaticaly and the parameter servers stopped when all workers are completed. Specify the number of worker, ps and resources on submit.

For more details see the examples.

Work In Progress

Development is still in an early stage. Contributions are very welcome!

License

yarntf and hops-tensorflow is released under an Apache 2.0 license.

About

Easy distributed TensorFlow on Hadoop (moved to: hops-tensorflow)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages