transformers
714855bd
- Remove "double" assignment in TF-BART like models (#9997)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#9997 - Remove unintentional "double" assignment in TF-BART like models
Author
stancld
Parents
b72f16b3
Loading