"examples/vscode:/vscode.git/clone" did not exist on "6e57a56987ff201747f5f01bbce3ed2c0fda1910"
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.
Showing
Please register or sign in to comment