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
Lines 48 and 52 build the third batch normalization layer into the model. In line 52 it should be the fourth one, so it shoul be x = self.batch_norm_4(x, training) instead of x = self.batch_norm_3(x, training)
The text was updated successfully, but these errors were encountered:
Lines 48 and 52 build the third batch normalization layer into the model. In line 52 it should be the fourth one, so it shoul be x = self.batch_norm_4(x, training) instead of x = self.batch_norm_3(x, training)
The text was updated successfully, but these errors were encountered: