Commit 19551d6
authored
Fix shape passed to inner EinsumDense in XLNET attention. (#2751)
A reccent fix in Keras keras-team/keras#23000 uncovered an issue whereby a call to EinsumDense.compute_output_shape was passing an int instead of an input shape.1 parent 568946d commit 19551d6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments