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

TypeError: 'mode' should be a torch.onnx.TrainingMode enum, but got '<class 'bool'>'. #85

Open
jizhang02 opened this issue Nov 5, 2023 · 0 comments

Comments

@jizhang02
Copy link

Hello,

I used tensorwatch to test a network,

import tensorwatch as tw
import torchvision.models

alexnet_model = torchvision.models.alexnet()
tw.draw_model(alexnet_model, [1, 3, 224, 224])

but error happened like below:
image

Is there any solution?

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

1 participant