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.16.dev0.tar.gz
(290.6 kB
view hashes)
Built Distribution
vessl-0.1.16.dev0-py3-none-any.whl
(753.8 kB
view hashes)
Close
Hashes for vessl-0.1.16.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70d66c3a43dc1626288ad5d5547b0e5b33aad651a8d5eb6175db41ff247557ff |
|
MD5 | 2ffd82a17e63b23d1099788ed1a94d46 |
|
BLAKE2b-256 | 9b225a88b36a967f62e8dcd0183686a6900d8bb76a29d4d04eb89a3af8b58f6b |