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.29.tar.gz
(321.4 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.29-py3-none-any.whl
(830.8 kB
view details)
File details
Details for the file vessl-0.1.29.tar.gz.
File metadata
- Download URL: vessl-0.1.29.tar.gz
- Upload date:
- Size: 321.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
72602c60962188de15bb5563de785a06e0f79b6ed85fd2328bc26b32561d519b
|
|
| MD5 |
a87ad8e9fb51dcf8584aa6f8a3c595b6
|
|
| BLAKE2b-256 |
3f48240bfa080735f3649d3d63bc48c37ae2fa00a3fb67b873cea3f2dec73987
|
File details
Details for the file vessl-0.1.29-py3-none-any.whl.
File metadata
- Download URL: vessl-0.1.29-py3-none-any.whl
- Upload date:
- Size: 830.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b833d56d65a200ddd32024cf71122123a819d689be288395e5a6b587fdcfbea5
|
|
| MD5 |
83435891c73fc51cd265185960952697
|
|
| BLAKE2b-256 |
5b2b523967cb7821d96e94fb8736483c25f85f03ec8b66a20f9e20302f1f9f19
|