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
Fix incorrect reference to model in Transformer class (keras-team#2078)
fix: correct model reference to self in Transformer class
Changed model.compute_loss() to self.compute_loss() in train_step
and test_step methods to properly reference the class instance.
0 commit comments