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.dev0.tar.gz
(294.4 kB
view hashes)
Built Distribution
vessl-0.1.18.dev0-py3-none-any.whl
(756.6 kB
view hashes)
Close
Hashes for vessl-0.1.18.dev0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89265ac90da4c5fd64a1e1b08ad2905b6a89229c430b701a86bb06616041f00c |
|
MD5 | 6f25a0302a9473ddd5176536f4727255 |
|
BLAKE2b-256 | 0329b0e3440c1e1672ff7e765267d543a6196b1189fa761a226832d27a74fe2b |