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.12.dev0.tar.gz
(290.7 kB
view hashes)
Built Distribution
vessl-0.1.12.dev0-py3-none-any.whl
(757.3 kB
view hashes)
Close
Hashes for vessl-0.1.12.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7c8b23c50701a647649145b7de2d24a3d9a251a2bbd4c2aec4eadc644f97ec0 |
|
MD5 | d07e51b69ccfee8ada241b6a5bef3b10 |
|
BLAKE2b-256 | 735ff430ed39aef7621f8b55eed00927e7b0b4debcce916f1a7fadebf13c51d7 |