Open jizhang02 opened 12 months ago
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:
Is there any solution?
Hello,
I used tensorwatch to test a network,
but error happened like below:
Is there any solution?