transformers
714855bd - Remove "double" assignment in TF-BART like models (#9997)

Commit
4 years ago
Remove "double" assignment in TF-BART like models (#9997) * Replace `attn_weights = attn_wegihts = tf.reshape(...)` with `attn_weights = tf.reshape(...)` and thus remove unintentionally used "double" assignment.
Author
Parents
Loading