SimpleSelfAttention {fastai} | R Documentation |
SimpleSelfAttention
Description
Same as 'nn()$Module', but no need for subclasses to call 'super()$__init__'
Usage
SimpleSelfAttention(n_in, ks = 1, sym = FALSE)
Arguments
n_in |
inputs |
ks |
kernel size |
sym |
sym |
Value
None
[Package fastai version 2.2.2 Index]