-
Notifications
You must be signed in to change notification settings - Fork 361
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 in model_draw #60
Comments
@wxyz1234 Besides, I found that the alexnet model drawed in According to this article, I changed the version of tensorwatch to 0.8.7 (I was using 0.9.1) and do the mentioned modification to However, I still cannot get the drawing in |
I met the same problem. Have anyone solved this? |
I met the same same problem. Is there anybody who can help us? |
same issue. |
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
The text was updated successfully, but these errors were encountered: