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.15.tar.gz
(261.1 kB
view hashes)
Built Distribution
savvihub-0.1.15-py3-none-any.whl
(684.1 kB
view hashes)
Close
Hashes for savvihub-0.1.15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6565914c226dfa7ab197835b075fd06fbcaf0df1feebdce9c957c028322a3979 |
|
MD5 | ea29585053e7e45e66d6f1fc27a60b9f |
|
BLAKE2b-256 | 88f98fc907fb9dd60ba902f0b5563e697575595be4e20a620cc1be6c98510d04 |