Shital Shah

Results 54 comments of Shital Shah

Could you please provide more information? What steps did you followed? lazy_logging.ipynb requires another script to be running.

It should be possible! We will need to add a new class for this and test it. I'll keep this issue open.

That's stange. Are you using Anaconda? If so, could you please copy-paste output of, ``` conda info ``` Also, could you please paste entire error message with call stack?

Just to make sure, are you looking at saved copy in GitHub? Unfortunately Plotly doesn't persist 3D graph image in Notebook. If you are running locally (using Run all Cells),...

Thanks for pointing this out. We will add the script and docs for this notebook and update this issue soon!

We just updated the documentation in tutorials that now has more detail on how to run the training. The `l` in these lambda expressions is supplied internally by TensorWatch. You...

This is currently expected because TensorWatch uses another library called torchstat underneath which does not support AdaptiveAvgPool2d layers for computing Flops and Memory. We are looking in to enhancing torchstat...

I've seen this error with another model. We will investigate this issue. I'll keep it open for future updates.

Could you please give more details on what exactly are you doing? What code are you executing? How do we reproduce the issue?

The internals of PyTorch is certainly changed after 1.1. I have fixed the error in the latest commit but now the graph has many extraneous nodes so this still needs...