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.dev6.tar.gz
(294.6 kB
view hashes)
Built Distribution
vessl-0.1.18.dev6-py3-none-any.whl
(756.7 kB
view hashes)
Close
Hashes for vessl-0.1.18.dev6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | df54c7aaa692d095feea385bb3898a2c3d351f0d8efc3d11bfedc70f227534b9 |
|
MD5 | b4bb8e78157b9b683538fde190093c0d |
|
BLAKE2b-256 | beb28063c1f5d643d8db49e2110c0e8f2d6e53210ed55eb18bb5f880118bc754 |