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 am using the code for the UK-DALE dataset to reproduce the results. From the initial experiments, the accuracy is quite high, but the F1 score is consistently 0.0. I have used both the provided code, which calculates the F1 score manually per batch, and the torch.metrics.F1Score class. Any hint what could be reasons.
FYI, I've also modified the following code for the in the load_data function.
I am using the code for the UK-DALE dataset to reproduce the results. From the initial experiments, the accuracy is quite high, but the F1 score is consistently 0.0. I have used both the provided code, which calculates the F1 score manually per batch, and the torch.metrics.F1Score class. Any hint what could be reasons.
FYI, I've also modified the following code for the in the load_data function.
Please provide any insights or suggestions on this issue. Thank you
The text was updated successfully, but these errors were encountered: