Skip to main content

Utils for managing and communication with TensorFlow Deploy

Project description

TensorFlow Deploy Utils

Utilities for communication and easy management of TensorFlow Deploy

build

TensorFlow, the TensorFlow logo and any related marks are trademarks of Google Inc.

Installation

pip install tensorflow-deploy-utils

Usage

import tensorflow_deploy_utils as tfd

tfd_cursor = tfd.TFD(YOUR_TEAM, YOUR_PROJECT, YOUR_MODEL_NAME)
# now you can make some operations
tfd_cursor.deploy_model("path/to/your/model")
tfd_cursor.list_models()
tfd_cursor.get_config()
tfd_cursor.get_module("path/to/write/module")
tfd_cursor.set_label(3, "my_label")
tfd_cursor.set_stable(2)
# and more

Building

python setup.py sdist bdist_wheel
pip install dist/tensorflow_deploy_utils-X.X.X-py3-none-any.whl

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tensorflow_deploy_utils-1.0.0.tar.gz (17.8 kB view hashes)

Uploaded Source

Built Distribution

tensorflow_deploy_utils-1.0.0-py3-none-any.whl (27.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page