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.dev2.tar.gz
(304.5 kB
view hashes)
Built Distribution
vessl-0.1.26.dev2-py3-none-any.whl
(787.4 kB
view hashes)
Close
Hashes for vessl-0.1.26.dev2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a542543983fd728773301132db5de6dc53a1544eaaaa0ca1bb46fcc9a6b56b23 |
|
MD5 | d2c03ce87f13a5cc276ff44a2d45a36c |
|
BLAKE2b-256 | a6eeca2f443846e502b4fd5fa2492c0b49415cb1fa5a3639c5745cadfde3f125 |