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.dev13.tar.gz
(294.7 kB
view hashes)
Built Distribution
vessl-0.1.18.dev13-py3-none-any.whl
(756.8 kB
view hashes)
Close
Hashes for vessl-0.1.18.dev13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d09386687a6f9d1c7a69df2df5150fc84c3904b3d128acc66fa6fb662ffe4dec |
|
MD5 | 5b50b5e2046c10d098303580245b5d0d |
|
BLAKE2b-256 | 1d387df9251c7eb1638f896ca094773300d374a4e4fecbf4f2fb9638bbb8cfe3 |