Files
HuggingFace_transformer/transformers
Rémi Louf 28d0ba35d7 only init encoder_attention_mask if stack is decoder
We currently initialize `encoder_attention_mask` when it is `None`,
whether the stack is that of an encoder or a decoder. Since this
may lead to bugs that are difficult to tracks down, I added a condition
that assesses whether the current stack is a decoder.
2019-11-08 11:22:19 +01:00
..
2019-10-24 21:43:28 +00:00
2019-11-06 14:03:47 -05:00
2019-10-09 11:07:43 +02:00
2019-11-05 13:31:58 -05:00
2019-10-03 22:29:03 -07:00
2019-10-29 17:10:20 +01:00
2019-11-05 13:31:58 -05:00
2019-10-11 16:05:30 -04:00
2019-11-04 17:19:15 +00:00
2019-11-05 19:06:12 -05:00
2019-11-05 13:31:58 -05:00
2019-10-22 14:12:33 -04:00