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.dev15.tar.gz
(294.8 kB
view hashes)
Built Distribution
vessl-0.1.18.dev15-py3-none-any.whl
(756.9 kB
view hashes)
Close
Hashes for vessl-0.1.18.dev15-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f10e21ff0aba8aa244baf14ac80d18be8693ead8f4b04712b1718388ead0df00 |
|
MD5 | 6501e5539c9e37ab384e9209bc76db96 |
|
BLAKE2b-256 | c6a8cf597f9d3f6a24168890b2e2f2d653df5e71186e4981d0042386405d4d06 |