Sign inSign up

avhost/tensorflow-mesos

By avhost

Updated 22 days ago

Tensorflow python module for Apache Mesos

Image
Integration & delivery
Machine learning & AI
0

1.9K

avhost/tensorflow-mesos repository overview

Tensorflow V2 for Mesos

Docs Chat

With these python module it's possible to run Tensorflow scripts against a Mesos cluster. For detailed examples, please have a look into the examples directory.

Issues

To open an issue, please use this place: https://github.com/AVENTER-UG/tensorflow-mesos/issues

Requirements

  • Apache Mesos minimum 1.6.x

How to install

To install tensorflow-mesos and all required packages, execute the following command.


pip install tfmesos2

How to use?

Tensorflow for Mesos need some environment variables to know how and which Mesos it should use.


export MESOS_SSL=true
export MESOS_MASTER=localhost:5050
export MESOS_USERNAME=<MESOS_PRINCIPAL>
export MESOS_PASSWORD=<MESOS_SECRET>

python examples/plus.py

Tag summary

Content type

Image

Digest

sha256:9b34a49a1

Size

4.6 GB

Last updated

over 1 year ago

docker pull avhost/tensorflow-mesos