superoil1983

Results 1 comments of superoil1983

> --------------------------------------------------------------------------- > TypeError Traceback (most recent call last) > in () > **----> 1 fcn = resnet_dilated.Resnet34_8s(num_classes=21)** > 2 fcn.load_state_dict(torch.load('resnet_34_8s_66.pth')) > 3 fcn.cuda() > 4 fcn.eval() > > ###...