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.10.tar.gz
(251.2 kB
view hashes)
Built Distribution
savvihub-0.1.10-py3-none-any.whl
(653.5 kB
view hashes)
Close
Hashes for savvihub-0.1.10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 743a5ff84dc076334b618438e713984da7c2e8982a76bd2cb1456ee2cd8793ad |
|
MD5 | 94b6ababa71c79008747fa8a4f177cba |
|
BLAKE2b-256 | 1c12020a02714197e1a852ecd62ddb55fe8811d5f6b082d1c97e3e273478695b |