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.11.dev3.tar.gz
(289.9 kB
view hashes)
Built Distribution
vessl-0.1.11.dev3-py3-none-any.whl
(755.7 kB
view hashes)
Close
Hashes for vessl-0.1.11.dev3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 828b41bb268afca0306a5e2c931a8cd6f35e98d50193beb0a179e70d14388a15 |
|
MD5 | 7a70aa9c40f0943184b463b42ceafcf8 |
|
BLAKE2b-256 | faa1e34d9cb6fafde3fb2e9cb0129cfc30a43cd89777fd2ba4c4eec4cad7fc51 |