A lightweight SDK for logging ML experiments to AlphaRed.
Project description
AlphaRed SDK
A lightweight, professional SDK for logging machine learning experiments to the AlphaRed platform.
Features
- 🚀 Real-time Metrics: Log loss, accuracy, and custom metrics in the background.
- 📊 Auto-Telemetry: Automatically track CPU, RAM, and Disk metrics.
- ⚡ Non-blocking: Multi-threaded logging ensures your training script speed isn't affected.
Installation
pip install alphared
Quick Start
import alphared
# Initialize the project
alphared.init(project="my-mnist-project")
# Your training loop
for epoch in range(10):
# ... training logic ...
alphared.log({"epoch": epoch, "loss": 0.5, "accuracy": 0.85})
# Finalize the run
alphared.finish()
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
alphared-0.1.0.tar.gz
(3.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 alphared-0.1.0.tar.gz.
File metadata
- Download URL: alphared-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b65ad3b128301d06a58e5a8fb2293d56d4b3a500363395838dbb96f62542f152
|
|
| MD5 |
5fcc6597059cc559e90042fe6934a670
|
|
| BLAKE2b-256 |
15551e1b0ef2e5b0b74916940b72e34c49c63209a02dbe205fd16368f4add587
|
File details
Details for the file alphared-0.1.0-py3-none-any.whl.
File metadata
- Download URL: alphared-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57c6e0943e689934c1157772b7b2d05cd50b103f303bc86291d3aa52ee819d00
|
|
| MD5 |
7d8c926bd521d179df435d2561a3d2bc
|
|
| BLAKE2b-256 |
46f8c3bf9fe9a7b973bbfc4cb8358371122b21a1aeb89b81b245ccc33f5cd1a2
|