Shounak
Results
1
comments of
Shounak
Probably the same error : `fcn = resnet_dilated.Resnet18_8s(num_classes=2) ` throwing me error like this : ``` TypeError Traceback (most recent call last) in () ----> 1 fcn = resnet_dilated.Resnet18_8s(num_classes=2) /home/xxxx/pytorch-segmentation-detection/pytorch_segmentation_detection/models/resnet_dilated.py...