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.26.dev5.tar.gz
(304.6 kB
view hashes)
Built Distribution
vessl-0.1.26.dev5-py3-none-any.whl
(787.5 kB
view hashes)
Close
Hashes for vessl-0.1.26.dev5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3cda4cd44ebd8bef8af02f015dec5eda9f62d47aca513f25d4a92aab2836e95 |
|
MD5 | caf01baa0fb23dd8f5d2b40e2bed0083 |
|
BLAKE2b-256 | 505fa796710337f6ec75c90a6f7352c41c22c7fd31c9c570288877a2378222c9 |