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.dev12.tar.gz
(294.7 kB
view hashes)
Built Distribution
vessl-0.1.18.dev12-py3-none-any.whl
(756.8 kB
view hashes)
Close
Hashes for vessl-0.1.18.dev12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1052b1531e4f5ee7b9af6a48ee5b61652a326d311008842f5097a6e6b0a2e698 |
|
MD5 | 55d5a061fe860af933aef9d5a45a4aaa |
|
BLAKE2b-256 | dce51845c7ae02210182cef4cd456c263489e840a7f00611f8a1904a5b4837e1 |