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.18.dev5.tar.gz
(294.6 kB
view hashes)
Built Distribution
vessl-0.1.18.dev5-py3-none-any.whl
(756.7 kB
view hashes)
Close
Hashes for vessl-0.1.18.dev5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 56a31b4d3a62e9fef745c6a081d7774495926d65448f5e5e251c35b59d28a069 |
|
MD5 | a15ef4e49f2616ab72515802c35cde0c |
|
BLAKE2b-256 | a52bc5ad70d6b367cd08014779db8989dce1a0c9da2798da51b6b7033bd037a3 |