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 hashes)
Built Distribution
savvihub-0.1.18-py3-none-any.whl
(684.6 kB
view hashes)
Close
Hashes for savvihub-0.1.18-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ca4d414537bf3baf1c8ac3859e528ac8c729c60eacc04a009edc00ff7d82bf2 |
|
MD5 | 221bec968b2f2d4a368586b35f337bb0 |
|
BLAKE2b-256 | 184f999329a1f255667bae4382eb43c4408ebc69306163c4ce3b6d72121afc25 |