-
Notifications
You must be signed in to change notification settings - Fork 83
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
Comments
I have the same problem |
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. |
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 |
no |
|
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!
The text was updated successfully, but these errors were encountered: