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.2.dev7.tar.gz
(260.2 kB
view hashes)
Built Distribution
savvihub-0.1.2.dev7-py3-none-any.whl
(657.6 kB
view hashes)
Close
Hashes for savvihub-0.1.2.dev7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43b2af05c843c9c4ddddd8f4be346d07a8e2941efbdc90152623621b1dd10628 |
|
MD5 | 33d3a5ba71ffb0ea0508caeed051c1ee |
|
BLAKE2b-256 | 5591a5a4e6d4def9871c619a960ac2fc4d191cf27ab94621bc5a256a380f0b83 |