A library and CLI for Vessl
Project description
vessl-python-sdk
Basic usage
import vessl
vessl.init(organization_name="my-organization")
vessl.create_experiment(...)
Integrations
Keras
- Use ExperimentCallback
import vessl
from vessl.integration.keras import ExperimentCallback
vessl.init()
# Keras training code
model = Model()
model.compile(...)
# Add integration
model.fit(x, y, epochs=5, callbacks=[ExperimentCallback()])
- Run experiment on Vessl 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
vessl-0.1.18.dev18.tar.gz
(294.7 kB
view hashes)
Built Distribution
vessl-0.1.18.dev18-py3-none-any.whl
(756.7 kB
view hashes)
Close
Hashes for vessl-0.1.18.dev18-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7322d3a74da2e95f5260fabd7c3b231eae5932c01a9c2713b2b1147102a0f7d6 |
|
MD5 | 43b14756a04e5a2aa961fdfd1c1ea8be |
|
BLAKE2b-256 | e34d3273468472a45cc3ec371277ae06874955a78fab8cf56592d5cb01f21953 |