You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met the problem too. And someone gave a list of requirement(low version):
graphviz = 2.38
pytorch = 1.2
tensorwatch = 0.8.7
torchvision = 0.4.0
But i do not want fallback version especially pytorch. =.=
I met the problem too. And someone gave a list of requirement(low version):
graphviz = 2.38
pytorch = 1.2
tensorwatch = 0.8.7
torchvision = 0.4.0
But i do not want fallback version especially pytorch. =.=
thank you !
i don't want to fallback the version too, just waitting for the new version of tensorwatch that supports pytorch-1.5.1
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 version:1.5.1
The text was updated successfully, but these errors were encountered: