feevos / ceecnet

source code for the task of semantic change detection (built with mxnet)
Other
61 stars 19 forks source link

Bug in Attention layer - multihead is not implemented #6

Closed feevos closed 3 years ago

feevos commented 3 years ago

The layer in nn/layers/attention.py does not have multihead attention as described in the paper.

feevos commented 3 years ago

fixed it, closing issue