Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why are my test results far better than the paper results? #8

Open
hexiangdong2020 opened this issue Apr 25, 2024 · 3 comments
Open

Comments

@hexiangdong2020
Copy link

I used Husformer to test it on the WESAD dataset and got the final result (Acc: 91.02%, F1: 87.38%). The results of this test are much higher than those tested on the WESAD dataset in the paper (Acc: 78.68%, F1: 79.51%). Why is this happening? Is it because the paper uses a different metric than the open source code? @zdz0086 @SMARTlab-Purdue @wonsu0513 @R7-Robot
image

@xnes
Copy link

xnes commented May 7, 2024

Hello @hexiangdong2020 , how did you make to run the code? I am trying to use cogload but I'm lost with the bugs.

Did you have to do a lot of changes?

@Marfbin
Copy link

Marfbin commented Aug 6, 2024

Hi, @hexiangdong2020 , I'm having trouble replicating the husformer code using the DEAP dataset. The definition of output_dim=1 in the main.py file causes the final output shape of the model to look like this (1024, 1), which causes problems in focalloss for calculating log_softmax for the first dimension, which results in logpt values being all zeros. How did you solve this problem?
image
image
image

@Shahtaj-Khalid
Copy link

I used Husformer to test it on the WESAD dataset and got the final result (Acc: 91.02%, F1: 87.38%). The results of this test are much higher than those tested on the WESAD dataset in the paper (Acc: 78.68%, F1: 79.51%). Why is this happening? Is it because the paper uses a different metric than the open source code? @zdz0086 @SMARTlab-Purdue @wonsu0513 @R7-Robot image

Hi, is it possible for you to upload your test code? I'm trying run Husformer for WESAD too but facing issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants