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.dev6.tar.gz
(259.9 kB
view hashes)
Built Distribution
savvihub-0.1.2.dev6-py3-none-any.whl
(657.3 kB
view hashes)
Close
Hashes for savvihub-0.1.2.dev6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa6b266b990fdf43fe2d79dd91833404c61b221597b671c16810578938fd499a |
|
MD5 | 8cf5cbdd7406e632498a9a2132466e8f |
|
BLAKE2b-256 | ae2e9b15eaf7b4fc6d6a58593c56cd7651a6925d8b7d972e6597a7de5026ba75 |