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.25.dev0.tar.gz
(298.4 kB
view hashes)
Built Distribution
vessl-0.1.25.dev0-py3-none-any.whl
(762.2 kB
view hashes)
Close
Hashes for vessl-0.1.25.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 570b7e726316f5997fa57ee1ef99d3026b83727427ccccaa845135ebdf311158 |
|
MD5 | 7332bf0660292afe3a7c15b6bbfcf937 |
|
BLAKE2b-256 | 203cfbc6a9a72b1d499fb2945bbad40377fb75475217d6babda80d9d9936cf06 |