@@ -187,7 +187,7 @@ class MaiRes(nn.Module):
x = self.layer_blue(x)
x = self.avgpool(x)
x = torch.flatten(x)
x = x.view(x.size(0), -1)
x = self.fc(x)
return x
The note is not visible to the blocked user.