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.19.dev0.tar.gz
(294.0 kB
view hashes)
Built Distribution
vessl-0.1.19.dev0-py3-none-any.whl
(757.2 kB
view hashes)
Close
Hashes for vessl-0.1.19.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9444aaff8b582b38e1a7750a3a0ca19943e8365d97988010d500eb72e385e9d2 |
|
MD5 | eba124f5fc9e5c9bdd166cb1ce80c5fb |
|
BLAKE2b-256 | eb56dfdb909885b19372d35bd3346520f296d45202c81a2046a6cc43d7870870 |