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 found some strange settings: score_pool4 = self.score_pool4(0.01 * pool4) score_pool3 = self.score_pool3(0.0001 * pool3)
but in my experiments, the model without 0.01 and 0.0001 performs better than the original one.