A library and CLI for SavviHub
Project description
savvihub-python-sdk
Basic usage
import savvihub
savvihub.init(organization_name="my-organization")
savvihub.create_experiment(...)
Integrations
Keras
- Use ExperimentCallback
import savvihub
from savvihub.integration.keras import ExperimentCallback
savvihub.init()
# Keras training code
model = Model()
model.compile(...)
# Add integration
model.fit(x, y, epochs=5, callbacks=[ExperimentCallback()])
- Run experiment on Savvihub using Web UI or SDK
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
savvihub-0.1.18.tar.gz
(261.5 kB
view details)
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
savvihub-0.1.18-py3-none-any.whl
(684.6 kB
view details)
File details
Details for the file savvihub-0.1.18.tar.gz.
File metadata
- Download URL: savvihub-0.1.18.tar.gz
- Upload date:
- Size: 261.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4473185116eeed5f644eb8bc399e0bdfa3bbc8ee5cc5827860b67fd4417282de
|
|
| MD5 |
4b3ff946d0412007ea39d4305dbb877e
|
|
| BLAKE2b-256 |
5883191509ff924bc5ad333706ad5c7eb1c4b612b4493d383d044479a41b8c36
|
File details
Details for the file savvihub-0.1.18-py3-none-any.whl.
File metadata
- Download URL: savvihub-0.1.18-py3-none-any.whl
- Upload date:
- Size: 684.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ca4d414537bf3baf1c8ac3859e528ac8c729c60eacc04a009edc00ff7d82bf2
|
|
| MD5 |
221bec968b2f2d4a368586b35f337bb0
|
|
| BLAKE2b-256 |
184f999329a1f255667bae4382eb43c4408ebc69306163c4ce3b6d72121afc25
|