https://github.com/uefi-code/easytensorvis
View the Tensor in PyTorch Easily
https://github.com/uefi-code/easytensorvis
Last synced: 4 months 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T09:59:46.000Z (about 2 years ago)
- Last Synced: 2024-04-14T23:19:42.619Z (almost 2 years 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)
```