Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem about draw_model() #70

Open
Huangdebo opened this issue Oct 15, 2020 · 2 comments
Open

problem about draw_model() #70

Huangdebo opened this issue Oct 15, 2020 · 2 comments

Comments

@Huangdebo
Copy link

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

image

@CplusBest
Copy link

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. =.=

@Huangdebo
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants