Tensorflow V2 for Mesos
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.
Funding
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>
export MESOS_ATTRIBUTES="gpu:true" # optional
python examples/plus.py
Release files for tfmesos2 0.4.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tfmesos2-0.4.0.tar.gz | 15.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tfmesos2-0.4.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.9 kB
Release files / tfmesos2-0.4.0.tar.gz
| Download URL | tfmesos2-0.4.0.tar.gz |
|---|---|
| Size | 15.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
908f9e1aaab7fa710559906bbf515a2e93ec4d2a0a55ec0a46de1c49e7c7b68f
|
|
BLAKE2b-256 checksum How to use checksums |
be1f990f4b0bc6faaf710f3b91b62d1c4cc3c90d122b2b84860be8f8257517ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|
Release files / tfmesos2-0.4.0-py3-none-any.whl
| Download URL | tfmesos2-0.4.0-py3-none-any.whl |
|---|---|
| Size | 9.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
708abd09970ed031d09b2732a8f935e8be93e8953ffe0528af205ef645dddcb7
|
|
BLAKE2b-256 checksum How to use checksums |
6a7237e19c2bf2a2d870a4befa356cb4acf618036a64bb30093908d052830ab7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.14.6
|