Open S-aiueo32 opened 4 years ago
Yes, we implement satrn before the code released. We will update the satrn in the future.
Good! I will keep this issue open for future fix about it!
this bug is not fixed for now ????
this bug is not fixed for now ????
We do some other jobs for now, i will fix it as soon as possible.
ok,thanks
Hello,
I found Layer Normalization is placed after self-attention and the residual connection in
TransformerEncoderLayer2D
. https://github.com/Media-Smart/vedastr/blob/d61776461d8a9c469d6875abd437de64b039a39e/vedastr/models/bodies/sequences/transformer/unit/encoder.py#L60-L63I think it is a common way of basic transformers, however, the official implementation of SATRN places it before. Do you have any plans to align your code to the original one, or basis for reliability?