Tiny tensor visualiser: vz.plot(t) / vz.save(t)
Project description
vizy
Lightweight tensor visualizer for PyTorch and NumPy
Display or save any tensor with a single line:
import vizy
vizy.plot(tensor) # shows image or grid
vizy.save("image.png", tensor) # saves to file
vizy.save(tensor) # saves to temp file and prints path
Supports tensors or arrays with shape like:
(H, W)(C, H, W)→ auto-converted to(H, W, C)(1, 1, H, W)→ squeezed(B, C, H, W)→ shown as grid
Installation
pip install vizy
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
vizy-0.1.3.tar.gz
(40.6 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
vizy-0.1.3-py3-none-any.whl
(4.6 kB
view details)
File details
Details for the file vizy-0.1.3.tar.gz.
File metadata
- Download URL: vizy-0.1.3.tar.gz
- Upload date:
- Size: 40.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74fb03582d20f6bcdada12002f4fada4e0adc079adb5ec1b40837c7042fbc095
|
|
| MD5 |
6331f678f062f4e50546dadacc6d7f43
|
|
| BLAKE2b-256 |
5bcd66027ce098ba7c21fbb111a4767d86e5ba614939d19255745df6dda0c7ee
|
File details
Details for the file vizy-0.1.3-py3-none-any.whl.
File metadata
- Download URL: vizy-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbb6470df8e2354cdf4eb0c4875192b85b88d5184c1aacb967371db964fd0dc9
|
|
| MD5 |
f89c2ac3b63d7be27623b323a22342fb
|
|
| BLAKE2b-256 |
dae259bd03eaf52e78018ff5923cd9868a9b942008b24652aba6b91898c5311e
|