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.2.dev0.tar.gz
(366.6 kB
view hashes)
Built Distribution
Close
Hashes for vessl-0.1.2.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a6ed01b2d21748417449663351cc28b66f3cba700829bbb72c03d3fbc5df8c0 |
|
MD5 | 6df084de0b5302be6713705d758946ee |
|
BLAKE2b-256 | b47d5df8bd2ee4f5a5704bcf8a43f04c0605b96e449dec5ae82c5c4c44159fbf |