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 think the first self.evaluate should be self.train_df (and not self.val_df) since we are already doing that below. And that is the reason why the train and val accuracy are coming the same. I have modified that part in my code.
Hello,
Could you explain why the self.evaluate(model, self.val_dl) is called twice in the code?
Additionally, on the terminal, I see the following output:
Why are the accuracy (Acc) and F1 scores for both train and val exactly the same?
The text was updated successfully, but these errors were encountered: