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.dev2.tar.gz
(290.8 kB
view hashes)
Built Distribution
vessl-0.1.12.dev2-py3-none-any.whl
(757.3 kB
view hashes)
Close
Hashes for vessl-0.1.12.dev2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f4e4a7bca2f044b7e4e23c1beedf958fe47a1a4b82382693c1c6db70bcc8bdf |
|
MD5 | 2a3a9a7989f458442113bdcc3478aa23 |
|
BLAKE2b-256 | 013725df3af2553f31f031313829d70d889d870dbdd4b6155b9f9743c14df10c |