xsleepnet icon indicating copy to clipboard operation
xsleepnet copied to clipboard

Regarding Attention Size

Open andyjung12 opened this issue 2 years ago • 1 comments

The paper said that the attention size is 64, but on the config file, the attention size is 32. Which one is correct?

andyjung12 avatar Jan 06 '23 02:01 andyjung12

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.

pquochuy avatar Jan 06 '23 10:01 pquochuy