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.12.dev1.tar.gz
(290.7 kB
view hashes)
Built Distribution
vessl-0.1.12.dev1-py3-none-any.whl
(757.3 kB
view hashes)
Close
Hashes for vessl-0.1.12.dev1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9f47af229760e5e0f4b35063a578a02c34dda4d87cfd36632eb5b28c2bb2814 |
|
MD5 | 732897b68fab2b97e299434b9c150e73 |
|
BLAKE2b-256 | f68c34796b02c811ba6073e16cfd6e9b31fb1d16e573b5f4b287e72d7a034b2b |