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.18.dev14.tar.gz
(294.7 kB
view hashes)
Built Distribution
vessl-0.1.18.dev14-py3-none-any.whl
(756.8 kB
view hashes)
Close
Hashes for vessl-0.1.18.dev14-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66c2f03bfe4dedd28069b63ca1a7b90c9dc564be56c9f2a766d120b8e0109e21 |
|
MD5 | 2e3792807225572f7b37db1ea455aee0 |
|
BLAKE2b-256 | 8d6ee0f07f9f68142dfe34b53e860be34f3b36144dda08807c595af965f0415b |