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.2.tar.gz
(40.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
vizy-0.1.2-py3-none-any.whl
(4.5 kB
view details)
File details
Details for the file vizy-0.1.2.tar.gz.
File metadata
- Download URL: vizy-0.1.2.tar.gz
- Upload date:
- Size: 40.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
627d831869ca0902c98a9abd8fbf84e2638cc8f1dd76f7637b440d57a6c86ba1
|
|
| MD5 |
8434f387bfb7189833e8d45e6bf7174b
|
|
| BLAKE2b-256 |
e224d2e066841b91f26efa31e3b2a1f024eaaa9ecb2f247af3951b56b4f9738a
|
File details
Details for the file vizy-0.1.2-py3-none-any.whl.
File metadata
- Download URL: vizy-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4dae434e3d37cea187afba488d99cdab2c51580523ee3e2b8ebd570b377c456
|
|
| MD5 |
0939b345268a0b0ed86d4238d263553d
|
|
| BLAKE2b-256 |
a64673f274f2b3d4b6d213981b0d3119d826c0f8bef6388db6308d9e34e033f3
|