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.dev1.tar.gz
(293.1 kB
view hashes)
Built Distribution
vessl-0.1.16.dev1-py3-none-any.whl
(755.6 kB
view hashes)
Close
Hashes for vessl-0.1.16.dev1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d37655aab24144df01997d4bf0b261333d3bb1627853c32ff0473c37d6be468 |
|
MD5 | a388541db29b32e948a56137d941d2ec |
|
BLAKE2b-256 | d705886cfb3fe3dbf289e338e9060c27b453481b5ec101ba131026a7e3e877d5 |