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.1.dev2.tar.gz
(274.0 kB
view hashes)
Built Distribution
vessl-0.1.1.dev2-py3-none-any.whl
(730.7 kB
view hashes)
Close
Hashes for vessl-0.1.1.dev2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d201007624b98f4ce7d3ba9c50706451af5efa4061ecc41ed4aacf499e6ccef5 |
|
MD5 | aba774c8740ce29f3c8ec1a309e8b30c |
|
BLAKE2b-256 | f88f3680c62e336f06557cd8ea7b7221dd0c55179aeb32a98b8d3e45f00777f5 |