Skip to main content

PulseML

Pulse — a live ML training debugger, GUI or CLI, any backend.

🔗 pulsedb.netlify.app

Pulse is a live machine learning training debugger designed to monitor tensors, track metrics, visualize heatmaps and line charts, and interact with an integrated AI analyst.

Key Features

  • GUI Mode — Opens an interactive matrix picker with live shapes, followed by a live dashboard with a heatmap grid and an integrated AI chat panel.
  • Smart Scalars — Scalars (loss, accuracy, learning rate) automatically render as live step-charts rather than heatmaps. Loss-like scalars are auto-detected and pre-selected in the picker.
  • CLI Mode — Built for Colab, SSH, or headless environments, printing tensor stats step-by-step, displaying live ASCII charts for scalars, and supporting optional labeled PDF snapshots. Supports pausing training so you can tag new matrices or ask the AI to interpret results, right from the terminal.
  • Universal Backend Support — Automatically detects and works with NumPy, PyTorch, TensorFlow, CuPy, and JAX via a shared backend abstraction layer.
  • High Performance — Keeps overhead low by converting tensors to host-side NumPy arrays, reusing Matplotlib figures (set_data) instead of rebuilding them every step, and matching render sizes to the actual on-screen thumbnail.
  • Pulse AI Agent — A context-aware chat panel briefed on its role that can inspect live matrix statistics, heatmaps, and your training code. When a fix is needed, it returns a precise structured format that allows Pulse to autonomously apply code modifications—giving you true agentic debugging at a fraction of the cost.

Past Debugs

  • Debugged a custom LLM after a vocab size increase (2.5x) by catching a normalization bug — dividing residual growth by math.sqrt(num_layers) instead of num_layers — that let activations blow up and halted training.
  • Debugged another developer's custom attention mechanism producing NaN loss, tracing it to a missing infinity check before a division.

See pulsedb.netlify.app for screenshots of matrix selection, the live dashboard, and the CLI view.

Install

pip install pulseml

tkinter is required for GUI mode and ships with most Python installs. On Debian/Ubuntu, if it's missing:

sudo apt install python3-tk

For CLI-mode PDF snapshots, fpdf2 is installed automatically as part of the base package.

Quickstart

Import auto_track and call it right before your training loop starts. Make sure your loop is wrapped in if __name__ == '__main__':.

from pulse import auto_track

if __name__ == '__main__':
    auto_track()   # pass your training function for shape discovery, or call directly

    # Your training loop
    for epoch in range(num_epochs):
        # Training logic here
        pass

AI Chat & API Keys

To enable the AI chat panel, set the relevant provider's API key as an environment variable (e.g. ANTHROPIC_API_KEY, OPENAI_API_KEY, GEMINI_API_KEY, DEEPSEEK_API_KEY) — or leave it unset and Pulse will prompt you for one inside the GUI the first time you send a message.

License

Proprietary. See LICENSE. Use of this software is governed by the terms in that file — copying, redistribution, and reverse engineering are not permitted.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pulseml-0.1.7.tar.gz (61.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pulseml-0.1.7-py3-none-any.whl (60.9 kB view details)

Uploaded Python 3

File details

Details for the file pulseml-0.1.7.tar.gz.

File metadata

  • Download URL: pulseml-0.1.7.tar.gz
  • Upload date:
  • Size: 61.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.9

File hashes

Hashes for pulseml-0.1.7.tar.gz
Algorithm Hash digest
SHA256 093ae3cb6ab6ba1f1968f8038d3af4ce4e6008d04363a66214c52a85e75ed42e
MD5 b3b1c382909c0487956982e2728d2769
BLAKE2b-256 3b284388660f358de14ec524dbb24d667a5e441092fadc6abb4879d31913aac8

See more details on using hashes here.

File details

Details for the file pulseml-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: pulseml-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 60.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.11.9

File hashes

Hashes for pulseml-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 d3fef7d8ccffc9b41544b74f4b5546a780d5c0eca6b600bd1d20206b330ad0ba
MD5 985f66200375139089cdfe8a59dba80a
BLAKE2b-256 6382fe7b27fb6ad00ec6d43bef3cfd4ddc70ed9b0b63a90c1743db3d1be06f10

See more details on using hashes here.

Release history Release notifications | RSS feed

0.2.0

2 files

0.1.8

2 files

This release

0.1.7 This release

2 files

0.1.6

2 files

0.1.5

2 files

0.1.4

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page