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.4.tar.gz
(45.1 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.4-py3-none-any.whl
(5.0 kB
view details)
File details
Details for the file vizy-0.1.4.tar.gz.
File metadata
- Download URL: vizy-0.1.4.tar.gz
- Upload date:
- Size: 45.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99bdecf510e927db2e580d36b4487b31d74de187c2c97c427e7e1d361f5e8bbc
|
|
| MD5 |
88cb5288d9dab7e6cc64286a34f7786a
|
|
| BLAKE2b-256 |
9e738a4aaab80b0d0d580fa37f4f63543b396baa2025c293abc4f03ebf417163
|
File details
Details for the file vizy-0.1.4-py3-none-any.whl.
File metadata
- Download URL: vizy-0.1.4-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6040f871d1e5450141f1b7fe35e91a491cdbdeade91c500b8311f68162facbe
|
|
| MD5 |
363e5e5a8b4e15a1c58cc0ce0c247ac8
|
|
| BLAKE2b-256 |
15f5fe61c36b1784df1946c4b4349a5c386feab2f38bfcab97a246a00a6e6c2a
|