You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried training on cityscapes from scratch using 'python train.py' and get this error:
raise ValueError('Expected more than 1 value per channel when training, got input size {}'.format(size))
ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 256, 1, 1])
It is something in the _AtrousSpatialPyramidPoolingModule class in network/gscnn.py
img_features = self.img_conv(img_features)
The text was updated successfully, but these errors were encountered:
I tried training on cityscapes from scratch using 'python train.py' and get this error:
raise ValueError('Expected more than 1 value per channel when training, got input size {}'.format(size))
ValueError: Expected more than 1 value per channel when training, got input size torch.Size([1, 256, 1, 1])
It is something in the _AtrousSpatialPyramidPoolingModule class in network/gscnn.py
img_features = self.img_conv(img_features)
The text was updated successfully, but these errors were encountered: