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.dev10.tar.gz
(294.7 kB
view hashes)
Built Distribution
vessl-0.1.18.dev10-py3-none-any.whl
(756.8 kB
view hashes)
Close
Hashes for vessl-0.1.18.dev10-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06711d64fa0f440e0ca95456ef3aefb23a10d110c9cafe527f300a5ab4528e8f |
|
MD5 | fc071e19d8422df3d01a6c42067c900a |
|
BLAKE2b-256 | f5e1f08f8da7f46790890b0a59920e8d0be20b27bea0629a4b2cdbb9b1265481 |