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.17.tar.gz
(261.5 kB
view hashes)
Built Distribution
savvihub-0.1.17-py3-none-any.whl
(684.6 kB
view hashes)
Close
Hashes for savvihub-0.1.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f559e0244cd259de14422f609862bc090e92f0292f87fbd2679eb39f4a88c53 |
|
MD5 | a56cded1f7328d1792f912ed20897cf1 |
|
BLAKE2b-256 | 196346dca5fc77492e6129bc0fb8f3b93141d3884f1d3e15ee90c2e556830f07 |