We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The paper said that the attention size is 64, but on the config file, the attention size is 32. Which one is correct?
The text was updated successfully, but these errors were encountered:
The value in the config is just the default value. The actual value is passed via the command in the bash script file. If you look at, for example, https://github.com/pquochuy/xsleepnet/blob/master/sleepedf-20/tensorflow_nets/xsleepnet1/run_1chan.sh the value 64 is passed to the parameter seq_attention_size1.
Sorry, something went wrong.
No branches or pull requests
The paper said that the attention size is 64, but on the config file, the attention size is 32. Which one is correct?
The text was updated successfully, but these errors were encountered: