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.dev0.tar.gz
(274.6 kB
view hashes)
Built Distribution
vessl-0.1.1.dev0-py3-none-any.whl
(731.5 kB
view hashes)
Close
Hashes for vessl-0.1.1.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e385a7c9e6b788059db18826510a25ae42a48f69111ba80b60592831f1053f5a |
|
MD5 | 4ea183f9237c777e28811d0be5e96f88 |
|
BLAKE2b-256 | 48e2c496067b93136d4248fab043c67b00b4256d5409043b7808c0efe2f0c33d |