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.26.dev6.tar.gz
(304.8 kB
view hashes)
Built Distribution
vessl-0.1.26.dev6-py3-none-any.whl
(787.7 kB
view hashes)
Close
Hashes for vessl-0.1.26.dev6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7fabbded5643049c3d3cc1f5dd246104b724e4a6951bb2accb4085659d9fa574 |
|
MD5 | 40939c9285215387e2eb93a2d9a2658b |
|
BLAKE2b-256 | ce555e072f189ac8f10ff52094013919efefbfd969d21e8edb7bd2e7fbe7d3d7 |