https://github.com/uefi-code/easytensorvis
View the Tensor in PyTorch Easily
https://github.com/uefi-code/easytensorvis
Last synced: 18 days ago
JSON representation
View the Tensor in PyTorch Easily
- Host: GitHub
- URL: https://github.com/uefi-code/easytensorvis
- Owner: UEFI-code
- Created: 2023-11-26T08:55:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T09:59:46.000Z (over 2 years ago)
- Last Synced: 2025-10-07T15:48:09.842Z (10 months ago)
- Language: Python
- Size: 259 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Easy Tensor visuliziton for PyTorch

## How to use
```Python
import tensorvis
visimg = tensorvis.vis(tensor)
cv2.imshow('vis', visimg)
cv2.waitKey(0)
```