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.46.tar.gz
(351.9 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
vessl-0.1.46-py3-none-any.whl
(916.5 kB
view details)
File details
Details for the file vessl-0.1.46.tar.gz.
File metadata
- Download URL: vessl-0.1.46.tar.gz
- Upload date:
- Size: 351.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d6bc9dbffef95ac042c1733d06f48194797b587daedc4de1790c5d4470b2276
|
|
| MD5 |
ab711ad032453b185746401968bb57a0
|
|
| BLAKE2b-256 |
97d73eeacd4b6182ea955ccfe29fa685c18ade2def570e888297b99c28dcb9e0
|
File details
Details for the file vessl-0.1.46-py3-none-any.whl.
File metadata
- Download URL: vessl-0.1.46-py3-none-any.whl
- Upload date:
- Size: 916.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05117890bbb22ac0431e5debe93c6fe86b52db38c9f5f5c632fd43c59b885f0b
|
|
| MD5 |
6a4c274e168ef5ccd50a1f485d9d4efd
|
|
| BLAKE2b-256 |
ed89c54781c49298483803be8d5b82d5de63529bc54c72383d5239de48683ac2
|