https://github.com/cmpute/snoop-tensor
Numpy/Pytorch Tensor extension for snoop
https://github.com/cmpute/snoop-tensor
Last synced: about 2 months ago
JSON representation
Numpy/Pytorch Tensor extension for snoop
- Host: GitHub
- URL: https://github.com/cmpute/snoop-tensor
- Owner: cmpute
- License: mit
- Archived: true
- Created: 2020-04-11T17:25:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-11T21:29:16.000Z (almost 6 years ago)
- Last Synced: 2024-05-02T05:17:18.566Z (almost 2 years ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# snoop-tensor
Numpy/Pytorch Tensor extension for snoop. It's modified from [TorchSnooper](https://github.com/zasdfgbnm/TorchSnooper)
# Usage
```python
import snoop, snoop_tensor
snoop.install()
snoop_tensor.register() # need to be called after install()
```
## Features
- Display tensors in a beautiful way
- Profiling GPU memory usage and time usage