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.14.tar.gz
(261.1 kB
view hashes)
Built Distribution
savvihub-0.1.14-py3-none-any.whl
(684.1 kB
view hashes)
Close
Hashes for savvihub-0.1.14-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03d77bd606b4f5d7f4a052a0e7c49a5b8d42d84d6e7feec8ea3067474eccfa55 |
|
MD5 | ec3efa7527603d337e2cdf887243065c |
|
BLAKE2b-256 | 9c2208d6dec16515a4fa4fadf1b532f73b6b936baf00cb4f30a5873aa4c3bd49 |