FCN-semantic-segmentation icon indicating copy to clipboard operation
FCN-semantic-segmentation copied to clipboard

AttributeError: 'NoneType' object has no attribute 'weight'

Open mellou01 opened this issue 6 years ago • 0 comments

After following all the instructions I am getting this error and it seems to be a problem in the model.py file init.constant(self.conv10.weight, 0) # Zero init AttributeError: 'NoneType' object has no attribute 'weight'

mellou01 avatar Oct 24 '18 11:10 mellou01