Open chenguandan opened 6 years ago
In the code, alpha = Activation('softmax')(alpha) This operation does not support mask padding ones. How to alter the code?
alpha = Activation('softmax')(alpha)
In the code,
alpha = Activation('softmax')(alpha)
This operation does not support mask padding ones. How to alter the code?