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.dev4.tar.gz
(304.6 kB
view hashes)
Built Distribution
vessl-0.1.26.dev4-py3-none-any.whl
(787.4 kB
view hashes)
Close
Hashes for vessl-0.1.26.dev4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5caee55286d1749a244e2a5df5b8b2ef87f57bca0c7590823cdc8f1f94876296 |
|
MD5 | 0aedfd52f3a0b8a98de2b70f48fe57b0 |
|
BLAKE2b-256 | 338e4cfebbc75ef140ec655efbd0f1baad4ce6c6ba2e5a8355598380004385c4 |