Utils for managing and communication with TensorFlow Deploy
Project description
TensorFlow Deploy Utils
Utilities for communication and easy management of TensorFlow Deploy
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tensorflow_deploy_utils-1.0.0.tar.gz.
File metadata
- Download URL: tensorflow_deploy_utils-1.0.0.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ee4e8b2e32997ce5d79ee28f3e444a5057f448a892abb5c98fb739db158845b
|
|
| MD5 |
cc309adae1c82ece9403296c889021a4
|
|
| BLAKE2b-256 |
573c30d90d757d4d1079317c3037356442065e41c0dca858060e3214f8060f87
|
File details
Details for the file tensorflow_deploy_utils-1.0.0-py3-none-any.whl.
File metadata
- Download URL: tensorflow_deploy_utils-1.0.0-py3-none-any.whl
- Upload date:
- Size: 27.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5939000d5b1d50039a55a4640213fa429ada444425007e5b6eb78123b77175d9
|
|
| MD5 |
91f6cd7fc16ce338f34f03f6065ffe20
|
|
| BLAKE2b-256 |
ff0cd74fc90746db969ed00dcc3f5dc0b78786389e3bc268565095ddf4cc6295
|