Skip to content

grupawp/tensorflow-deploy-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Grupa Wirtualna Polska
Sep 22, 2020
475dbd3 · Sep 22, 2020

History

1 Commit
Sep 22, 2020
Sep 22, 2020
Sep 22, 2020
Sep 22, 2020
Sep 22, 2020
Sep 22, 2020
Sep 22, 2020
Sep 22, 2020
Sep 22, 2020

Repository files navigation

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

About

TensorFlow Deploy Utils

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages