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
For M1
docker context create remote --docker "host=ssh://ec2-user@10.110.3.24"
docker context use remote
docker build . -t vessl-python-sdk
docker run vessl-python-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.72.tar.gz
(388.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vessl-0.1.72.tar.gz.
File metadata
- Download URL: vessl-0.1.72.tar.gz
- Upload date:
- Size: 388.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a0e06913121379e274f06676e423163c4d42db36b041e2020ec043b3cdf5958
|
|
| MD5 |
05e306553b63b8fd4d31151db6e2ed82
|
|
| BLAKE2b-256 |
304021fc6d2a717deaf7ca46027f027f77ee03eb010c6cba160c2e8c9bd40bb8
|
File details
Details for the file vessl-0.1.72-py3-none-any.whl.
File metadata
- Download URL: vessl-0.1.72-py3-none-any.whl
- Upload date:
- Size: 1.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
826616eb956f35165a37acd9d1985d6863cc35e4f04c0defb41087c0543d6907
|
|
| MD5 |
a730c7f0b1b1581b4cd4f1b981b2bb4d
|
|
| BLAKE2b-256 |
d64611847dd8b3d4550a7cc18a3dfeae6bbeb1f1bcccd8414c742962d344f917
|