-
Couldn't load subscription status.
- Fork 266
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels