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.dev3.tar.gz
(290.8 kB
view hashes)
Built Distribution
vessl-0.1.12.dev3-py3-none-any.whl
(757.3 kB
view hashes)
Close
Hashes for vessl-0.1.12.dev3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a06c9f224a3f4f639ddf025ec4458c17c75ba4df530e64d24b1da9a3abd89278 |
|
MD5 | 8dfd1b771effff7dc00165ca558ed6f5 |
|
BLAKE2b-256 | 63a29e0dde134836028aedd5d65c7ba57ae57811fc06e279028b2b2aecabea7f |