There was an error while loading. Please reload this page.
pytorch version: 1.6.0
import sys import torch import tensorwatch as tw import torchvision.models alexnet_model = torchvision.models.alexnet() tw.draw_model(alexnet_model, [1, 3, 224, 224])
pytorch version: 1.6.0