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.dev3.tar.gz
(274.0 kB
view hashes)
Built Distribution
vessl-0.1.1.dev3-py3-none-any.whl
(730.7 kB
view hashes)
Close
Hashes for vessl-0.1.1.dev3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ba51fec529bd3d5b2e03c1791d0958691a999021afce1b8409c2b9fbd976305 |
|
MD5 | 231706b4002b12a78aea4449f8df9e7e |
|
BLAKE2b-256 | 3df53d2c6c694e1b1074d3e14e5e196fb09ef87beae7d4363a579fa8a0fae3fa |