An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Easy Tensor visuliziton for PyTorch

![Example of Rand Tensor](vis1D_colorful.png "Example of Rand Tensor")

## How to use

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