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.1.dev4.tar.gz
(274.0 kB
view hashes)
Built Distribution
vessl-0.1.1.dev4-py3-none-any.whl
(730.7 kB
view hashes)
Close
Hashes for vessl-0.1.1.dev4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a45c244f98d0a77bd2fe230e058a857c22aa92d2785afeaac0eec24147cfc049 |
|
MD5 | 41542c5899123da7142fb25cae5a23bc |
|
BLAKE2b-256 | 73fd7d5d86b1bfe9d2143ec34f702d66af4ef89058f121254d98c08eacfe64c4 |