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.37.tar.gz
(327.1 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.37-py3-none-any.whl
(845.6 kB
view details)
File details
Details for the file vessl-0.1.37.tar.gz.
File metadata
- Download URL: vessl-0.1.37.tar.gz
- Upload date:
- Size: 327.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.61.2 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dc7264842960a266b8879362756ce7369ffc040223c330d9a4b03e5ccf422283
|
|
| MD5 |
82ca2a4025ca1cbd806be6dff903d877
|
|
| BLAKE2b-256 |
3bcaf0b04cf42f86c38af1a9db9f93fdfbdeaeaac1921b06ad5ad5fb814f09da
|
File details
Details for the file vessl-0.1.37-py3-none-any.whl.
File metadata
- Download URL: vessl-0.1.37-py3-none-any.whl
- Upload date:
- Size: 845.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.6 tqdm/4.61.2 importlib-metadata/4.11.2 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51b189dbfbd992fb7225edb638455cb169f27dba1c93cb9165742563b34cae09
|
|
| MD5 |
4a2ad6dd9bfe63c8a767a9a87b3f1d2b
|
|
| BLAKE2b-256 |
bd74b897c31c3203c78e3a7fff97e608280bafa7cc29885f4d7a63c5c1a7df9b
|