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

backbone #19

Open
zzj2404 opened this issue Mar 2, 2023 · 7 comments
Open

backbone #19

zzj2404 opened this issue Mar 2, 2023 · 7 comments

Comments

@zzj2404
Copy link

zzj2404 commented Mar 2, 2023

thank you for your time series work.
for transformer backbone, my SleepEEG2Epilepsy reproduce result is close to paper,but others i can't get a good result.
I refered to the paper and simCLR baseline code, try to build and train Resnet backbone but result is bad.
Could you please give a detail structure of Resnet backbone?
Thank you!

@yuyunannan
Copy link

I have the same problem

@findalexli
Copy link

Can you share how you reproduce the SleepEEG2Epilepsy paper result?

@yuyunannan
Copy link

I'm guessing now that the author just gave the correct configuration of sleepeeg experiments?

@zzj2404
Copy link
Author

zzj2404 commented Mar 22, 2023

Can you share how you reproduce the SleepEEG2Epilepsy paper result?
I'm guessing now that the author just gave the correct configuration of sleepeeg experiments?

In sleepeeg config, I set batchsize from 128 to 64; in model , set transformer encoder to 3 layers; in main, let subset = True.these are same with paper except for subset.
Then I get a result of acc=94.1944, precision=93.7874, recall=87.4317, F1=90.1626.
since using transformer will have a drop of performance, I think the reproduce is successful?
But when using 'subset=False' the result is even worse than without pretraining.

@xiaoyuan7
Copy link

I've noticed a small issue with using TransformerEncoderLayer. When the input tensor shape is [B, C, T] and TransformerEncoderLayer is applied directly, attention seems to be applied on B instead of T. I'm not entirely sure if I'm understanding this correctly, but I was wondering if the author could provide some clarification on this matter. Additionally, would it be possible for the author to submit the backbone of ResNet? Thank you

@zzj2404
Copy link
Author

zzj2404 commented Apr 24, 2023

I meet with the same problem. Do you successfully reproduce SleepEEG to other dataset?

no

@rybd111
Copy link

rybd111 commented May 15, 2023

I have the same issue. When using the sleepEEG dataset for pre-training and fine-tuning with other datasets, all categories are classified into the same class, resulting in a warning of no positive samples and low accuracy. I really hope the author can provide the data preprocessing process, preferably in code form.

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

5 participants