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.dev4.tar.gz
(259.9 kB
view hashes)
Built Distribution
savvihub-0.1.2.dev4-py3-none-any.whl
(657.3 kB
view hashes)
Close
Hashes for savvihub-0.1.2.dev4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d41439d341c3d3aa12b4f0df5dcc869c800f27eadb3afadc514679d7ddb55648 |
|
MD5 | cb6d5d6b9861c1ab6a42dfa418ffce6b |
|
BLAKE2b-256 | 972ccb81d5278c7ac9ed0e638fb640910e5823479c28795d34d3f87b0786776c |