Terminal based machine learning training monitor
Project description
Aliyah - ML Training Monitor
Aliyah is a terminal-based machine learning training monitor that lets you visualize and interact with your model training in real-time.
Installation
# Install both components
pip install aliyah
cargo install aliyah
# Or from source
git clone https://github.com/lovechants/Aliyah.git
cd Aliyah
cargo build --release
pip install -e python/
Features
- Real-time visualization of model training
- Interactive controls (pause/resume/stop)
- Network architecture visualization
- Training metrics plotting
- System resource monitoring
- Support for PyTorch, JAX, and other frameworks
Usage
from aliyah import monitor, trainingmonitor
# Inside your training code
with trainingmonitor() as monitor:
for epoch in range(epochs):
for batch_idx, (data, target) in enumerate(train_loader):
# Your training code
loss = ...
accuracy = ...
# Log metrics
monitor.log_batch(batch_idx, loss, accuracy, extra_metrics=extra_metrics)
# Check if user paused/stopped
if not monitor.check_control():
break
# Log epoch metrics
monitor.log_epoch(epoch, val_loss, val_accuracy)
Keyboard Controls
q/ESC: Quitp/SPACE: Pause/Resume trainings: Stop traininge: Toggle error log↑/↓: Scroll logsc: Clear error logh: Show helptab/n: Show node informationclick: Switch training and node panelo: Output panel
Framework Support
- ✅ PyTorch
- 🚧 JAX
- 🚧 TensorFlow/Keras
- 🚧 Scikit-Learn
License
MIT
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
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 aliyah-0.1.0.tar.gz.
File metadata
- Download URL: aliyah-0.1.0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
31cc9543816fee45219561ca7afff88cd96bed47182c24b987ba2200abfc7f9e
|
|
| MD5 |
67f39962ce68c3d54c694e06eac0fcec
|
|
| BLAKE2b-256 |
2a50b792febe8660a6d6b570681d4788ec8aa95702c6a32d6519e0cbf539557c
|
Provenance
The following attestation bundles were made for aliyah-0.1.0.tar.gz:
Publisher:
release.yml on lovechants/Aliyah
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aliyah-0.1.0.tar.gz -
Subject digest:
31cc9543816fee45219561ca7afff88cd96bed47182c24b987ba2200abfc7f9e - Sigstore transparency entry: 186968481
- Sigstore integration time:
-
Permalink:
lovechants/Aliyah@225cdd6bd8c2b3f260b78fb282d44bbbb4749815 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/lovechants
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@225cdd6bd8c2b3f260b78fb282d44bbbb4749815 -
Trigger Event:
push
-
Statement type:
File details
Details for the file aliyah-0.1.0-py3-none-any.whl.
File metadata
- Download URL: aliyah-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45a4d446e1fcfb4b9388f7c35a3298dd354c45e707cfd35d7819206de6746157
|
|
| MD5 |
7666f7f6c633ac1fed002f340d420c04
|
|
| BLAKE2b-256 |
b2bdf79cca215e6adb87296d51d4bcc77c9d753d02fabb7309e146aa4e45cf5f
|
Provenance
The following attestation bundles were made for aliyah-0.1.0-py3-none-any.whl:
Publisher:
release.yml on lovechants/Aliyah
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
aliyah-0.1.0-py3-none-any.whl -
Subject digest:
45a4d446e1fcfb4b9388f7c35a3298dd354c45e707cfd35d7819206de6746157 - Sigstore transparency entry: 186968483
- Sigstore integration time:
-
Permalink:
lovechants/Aliyah@225cdd6bd8c2b3f260b78fb282d44bbbb4749815 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/lovechants
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@225cdd6bd8c2b3f260b78fb282d44bbbb4749815 -
Trigger Event:
push
-
Statement type: