shoghilin

Results 1 issues of shoghilin

When trying to run the sample code ``` from torchsummaryX import summary import torch from torch import nn from torch.nn import functional as F class Net(nn.Module): def __init__(self): super(Net, self).__init__()...