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.16.dev5.tar.gz
(294.0 kB
view hashes)
Built Distribution
vessl-0.1.16.dev5-py3-none-any.whl
(757.2 kB
view hashes)
Close
Hashes for vessl-0.1.16.dev5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dedebcf4e9d45201b639dcdc481ea5222ee278b1274fc87f811b99d381e9a8c8 |
|
MD5 | 667119b1e69f4b800cb531ea8d5d7e0f |
|
BLAKE2b-256 | 73b934df0720e09d6256e4503ac79feeb74b1007eeb99899b1930d7fb9433320 |