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
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: