Gradient Explorer Python Client Library
Project description
gradexp
Like wandb, but for tensors.
gradexp logs tensors from Python and lets you inspect them in Gradient Explorer, either in the hosted app or a local viewer.
Quickstart
pip install gradexp
gradexp login
# For local mode:
gradexp local open
Example:
import gradexp
import numpy as np
gradexp.init(project_name="examples", run_name="hello-gradexp")
for step in range(10):
tensor = np.random.randn(224, 224, 3).astype(np.float32)
gradexp.log(tensor, name="tensor")
When gradexp.init() succeeds, it prints a run URL. If a local instance is running, data is routed there automatically.
Common CLI Commands
gradexp login
gradexp local open
gradexp local start
gradexp local status
gradexp local stop
gradexp local sync
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 gradexp-0.1.9.tar.gz.
File metadata
- Download URL: gradexp-0.1.9.tar.gz
- Upload date:
- Size: 475.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.29 {"installer":{"name":"uv","version":"0.9.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a7bbe4d809131bcf24827e74c73ac9853ce98dc7df99c3acd076bbe34796adb
|
|
| MD5 |
f6288de95bf3a57ddc3f0a90f7cbc5fc
|
|
| BLAKE2b-256 |
64ae910e5cee6bf2464601a72c037b890bf3c12d4ec71d0bd5c364a167b5396b
|
File details
Details for the file gradexp-0.1.9-py3-none-any.whl.
File metadata
- Download URL: gradexp-0.1.9-py3-none-any.whl
- Upload date:
- Size: 462.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.29 {"installer":{"name":"uv","version":"0.9.29","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b7802f725d477cebd3d804c196b5efecdad8736597a69dc1ab2d24696a350c86
|
|
| MD5 |
609d5f926877e92414ba29d3b8de2e2d
|
|
| BLAKE2b-256 |
922f2a8560c957d5e6327b2e261175f2394f6869b18c49d2d62264f682454e9d
|