fyu / dilation

Dilated Convolution for Semantic Image Segmentation

Home Page:https://www.vis.xyz/pub/dilation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relu problem

fahmanali opened this issue · comments

I download the CityScapesDataset dataset and run the code but I get an error

in init
pretrained=pretrained, num_classes=1000)
in drn_c_26
model = DRN(BasicBlock, [1, 1, 2, 2, 2, 2, 1, 1], arch='C', **kwargs)
in init
self.relu = nn.ReLU(inplace=False)
init_
super(ReLU, self).init(0, 0, inplace)

TypeError: super(type, obj): obj must be an instance or subtype of type