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.11.dev0.tar.gz
(259.8 kB
view hashes)
Built Distribution
savvihub-0.1.11.dev0-py3-none-any.whl
(683.6 kB
view hashes)
Close
Hashes for savvihub-0.1.11.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23f7d9661c049c3bc8f97a6c0fa2f097b3496110f003dc5051e8c7798e949e2f |
|
MD5 | a78755bf469a4c46c087725de5516536 |
|
BLAKE2b-256 | 90860f6023d5ac7ef9362c70f2139376c91729c6392515ee13aa13c8797645b2 |