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.12.tar.gz
(259.7 kB
view hashes)
Built Distribution
savvihub-0.1.12-py3-none-any.whl
(683.6 kB
view hashes)
Close
Hashes for savvihub-0.1.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c31e1ba7db6c5bc1ca0d80c6aa49f79a027708651143f625be33c4f9777f9207 |
|
MD5 | 668d259ceec5381ce5735220b7487782 |
|
BLAKE2b-256 | aba842feede885f55e7827d47308de091cb464e3e2c8ed651ab303d6a29165a4 |