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.dev1.tar.gz
(294.4 kB
view hashes)
Built Distribution
vessl-0.1.18.dev1-py3-none-any.whl
(756.6 kB
view hashes)
Close
Hashes for vessl-0.1.18.dev1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6afab0e560df688ef9136df2187871aa3985f5a3f07aa3989b3695391dd7fc8 |
|
MD5 | ff706694052c63704a770ddac416f6a0 |
|
BLAKE2b-256 | 7f8bc7a539431ddb1b52ab88c9a8d68e0ed91a216281206cbaf67676553ae78d |