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.dev11.tar.gz
(294.6 kB
view hashes)
Built Distribution
vessl-0.1.18.dev11-py3-none-any.whl
(756.8 kB
view hashes)
Close
Hashes for vessl-0.1.18.dev11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfa53d8bb717e4d069267c95c12b41dd7772a5e74b192c45125613acb7f6355b |
|
MD5 | e476437d7878b413b8db36ce3bc42b87 |
|
BLAKE2b-256 | 476993ffcf1fbeaf260ca243fc58202bf506dd381584d323d7e8fa3e3ba471c3 |