tensorwatch icon indicating copy to clipboard operation
tensorwatch copied to clipboard

Debugging, monitoring and visualization for Python Machine Learning and Data Science

Results 55 tensorwatch issues
Sort by recently updated
recently updated
newest added

When I run: import tensorwatch as tw import torchvision.models alexnet_model = torchvision.models.alexnet() tw.model_stats(alexnet_model, [1, 3, 224, 224]) there is a strange output,What's wrong with it? OS version:Win7 Python version:3.8.3 Pytorch...

**Introduction** This is about starting a discussion to give neuron visualisation more importance than data visualisation. **Background** There are lot of tools and techniques available to visualise a trained network,...

`vis.show()` is not rendering the plotly 3d visualization with in the data_exploration notebook

bug

Thanks for your work.I know the normal usage is `tw.draw_model(model,[1,3,224,224])`.However,If the model has many inputs,what is the right style? I have tried `tw.draw_model(model,([input1],[input2]))` and `tw.draw_model(model,[[input1],[input2]])` ,no one is right. can...

I execute the script of "Lazy Logging Tutorial". Firest, I create the stream and create WatcherClient. ![image](https://user-images.githubusercontent.com/50604437/74215843-799c6f00-4cdd-11ea-8030-f62f033700cc.png) When I get the stream and visualize the stream I get an empty...

![PNG](https://user-images.githubusercontent.com/36948743/77814028-6e17d280-70e8-11ea-8eba-be1a4164bb9c.png) When I use alexnet_model = torchvision.models.alexnet() tw.draw_model(alexnet_model, [1, 3, 224, 224]) there is a strange output,What's wrong with it? OS version:Win10 Python version:3.6.10 Pytorch version:1.3.1

ubantu 16.04 torch 1.1.0 pypi_0 pypi torchstat 0.0.7 pypi_0 pypi torchvision 0.3.0 pypi_0 pypi tensorwatch 0.8.7 pypi_0 pypi

tw.draw_model(model,[1,3,300,300]) IndexError: too many indices for tensor of dimension 4

I use `pip install tensorwatch` to install the package. When I import it, I get the error. ``` Traceback (most recent call last): File "/home/shengtao/venv/lib/python3.5/site-packages/IPython/core/interactiveshell.py", line 3291, in run_code exec(code_obj,...

install issue

I was wondering if I can use your cat/dog image from: https://github.com/microsoft/tensorwatch/blob/master/notebooks/cnn_pred_explain.ipynb. I wanted to make sure this is OK. If you go over to: https://github.com/LLNL/fastcam We would add it...